samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 7c3ddac0129fc4e7fdc8d6e9106889ef4abc2bff
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:11:51 2019 -0400
gnu: ghc-http-client: Update to 0.6.4.
* gnu/packages/haskell-web.scm (ghc-http-client): Update to 0.6.4.
---
gnu/packages/haskell-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 577f37f..fb04b71 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -186,7 +186,7 @@ responses coming back.")
(define-public ghc-http-client
(package
(name "ghc-http-client")
- (version "0.5.13.1")
+ (version "0.6.4")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -194,7 +194,7 @@ responses coming back.")
version ".tar.gz"))
(sha256
(base32
- "0szwbgvkkdz56lgi91armkagmb7nnfwbpp4j7cm9zhmffv3ba8g1"))))
+ "1n9rnbp8lwkd4whi2anniywi4y1bn9kx6nzfigfvz28d7pn7i4in"))))
(build-system haskell-build-system)
;; Tests require access to the web.
(arguments `(#:tests? #f))