diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2018-10-02 18:28:49 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-05 23:59:25 +0200 |
commit | a45c64701b5599bb527fd8cf2070174f9e866d3d (patch) | |
tree | e783edc480a7d4ac64d0781fe2b7c9a6945580c8 /gnu/packages/haskell-web.scm | |
parent | 42384b517ed5352bb50fb9c0c5f49b168c198004 (diff) | |
download | patches-a45c64701b5599bb527fd8cf2070174f9e866d3d.tar patches-a45c64701b5599bb527fd8cf2070174f9e866d3d.tar.gz |
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.
Diffstat (limited to 'gnu/packages/haskell-web.scm')
-rw-r--r-- | gnu/packages/haskell-web.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index eaa7e6a9ec..2e404e2fcf 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) |