aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-02-13 11:33:51 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-02-13 13:37:40 +0100
commite41fad216d658681dbce671fcc6838faf0e4f2e2 (patch)
treebde1deb1474a3ef85866ac3e9428d687e18a4956
parent15009c14edd317f71f1850e74e49bf29bd5f5ddf (diff)
downloadguix-e41fad216d658681dbce671fcc6838faf0e4f2e2.tar
guix-e41fad216d658681dbce671fcc6838faf0e4f2e2.tar.gz
gnu: ghc-connection: Update to 0.2.6.
* gnu/packages/haskell.scm (ghc-connection): Update to 0.2.6.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 79343855a0..1d1c440014 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5722,7 +5722,7 @@ set, memory copy, ..) and more")
(define-public ghc-connection
(package
(name "ghc-connection")
- (version "0.2.5")
+ (version "0.2.6")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -5730,7 +5730,7 @@ set, memory copy, ..) and more")
version ".tar.gz"))
(sha256
(base32
- "090il95jnm7ihwvcx3s9v6iwnp37nnsdx15q7722l845g51d95c8"))))
+ "1c1prsgad669cmf6qrqlb5hmh0dnam2imijqzpwcr4ja14l6rh83"))))
(build-system haskell-build-system)
(inputs
`(("ghc-byteable" ,ghc-byteable)