[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/24: gnu: ghc-http-conduit: Remove ghc-http-client from native-inputs.
From: |
Ricardo Wurmus |
Subject: |
01/24: gnu: ghc-http-conduit: Remove ghc-http-client from native-inputs. |
Date: |
Fri, 5 Oct 2018 17:59:46 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a45c64701b5599bb527fd8cf2070174f9e866d3d
Author: Ricardo Wurmus <address@hidden>
Date: Tue Oct 2 18:28:49 2018 +0200
gnu: ghc-http-conduit: Remove ghc-http-client from native-inputs.
* gnu/packages/haskell-web.scm (ghc-http-conduit)[native-inputs]: Remove
ghc-http-client.
---
gnu/packages/haskell-web.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index eaa7e6a..2e404e2 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -369,7 +369,6 @@ and HPACK. Currently HTTP/2 16 framing and HPACK 10 is
supported.")
("ghc-warp" ,ghc-warp)
("ghc-wai-conduit" ,ghc-wai-conduit)
("ghc-http-types" ,ghc-http-types)
- ("ghc-http-client" ,ghc-http-client)
("ghc-cookie" ,ghc-cookie)
("ghc-conduit-extra" ,ghc-conduit-extra)
("ghc-streaming-commons" ,ghc-streaming-commons)
- branch master updated (42384b5 -> d71078b), Ricardo Wurmus, 2018/10/05
- 01/24: gnu: ghc-http-conduit: Remove ghc-http-client from native-inputs.,
Ricardo Wurmus <=
- 02/24: gnu: ghc-regex: Fix build., Ricardo Wurmus, 2018/10/05
- 03/24: gnu: Add ghc-cairo., Ricardo Wurmus, 2018/10/05
- 08/24: gnu: Add ghc-stm-conduit., Ricardo Wurmus, 2018/10/05
- 09/24: gnu: Add ghc-bindings-dsl., Ricardo Wurmus, 2018/10/05
- 11/24: gnu: Add ghc-bzlib-conduit., Ricardo Wurmus, 2018/10/05
- 10/24: gnu: Add ghc-lzma-conduit., Ricardo Wurmus, 2018/10/05
- 12/24: gnu: Add ghc-pqueue., Ricardo Wurmus, 2018/10/05
- 13/24: gnu: Add ghc-conduit-algorithms., Ricardo Wurmus, 2018/10/05
- 20/24: gnu: Add ghc-bytestring-lexing., Ricardo Wurmus, 2018/10/05
- 18/24: gnu: Add ghc-safe-exceptions., Ricardo Wurmus, 2018/10/05