diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:31:02 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:43 -0500 |
commit | 891b3fa9f3ea62ea1d4a7eecfd8a663331931c37 (patch) | |
tree | effaa4f6003896f06bbfe65b7483c6d3f177a22f /gnu/packages/haskell-web.scm | |
parent | 841f19541a386c4c149f53e682fa9ee6aa37852b (diff) | |
download | patches-891b3fa9f3ea62ea1d4a7eecfd8a663331931c37.tar patches-891b3fa9f3ea62ea1d4a7eecfd8a663331931c37.tar.gz |
gnu: ghc-http-conduit: Update to 2.3.7.3.
* gnu/packages/haskell-web.scm (ghc-http-conduit): Update to 2.3.7.3.
Diffstat (limited to 'gnu/packages/haskell-web.scm')
-rw-r--r-- | gnu/packages/haskell-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index f03346490f..dd4a1a90ea 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -321,7 +321,7 @@ and HPACK. Currently HTTP/2 16 framing and HPACK 10 is supported.") (define-public ghc-http-conduit (package (name "ghc-http-conduit") - (version "2.3.2") + (version "2.3.7.3") (source (origin (method url-fetch) @@ -330,7 +330,7 @@ and HPACK. Currently HTTP/2 16 framing and HPACK 10 is supported.") version ".tar.gz")) (sha256 (base32 - "1iay4hr0mj8brkxvgkv1liqa8irl9axfc3qhn8qsvcyq4n1l95km")))) + "00rshi1y0h8y4rvsnnad0bppxgpvp40sk7lw1kxmdwy8pi8xrvbs")))) (build-system haskell-build-system) ;; FIXME: `httpLbs TLS` in test-suite `test` fails with ;; ConnectionFailure getProtocolByName: does not exist (no such protocol |