samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 833dd23e150816252b6a3be37f3f85bb1a650e00
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:11:27 2019 -0400
gnu: ghc-connection: Update to 0.3.1.
* gnu/packages/haskell-xyz.scm (ghc-connection): Update to 0.3.1.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index a5b8770..9f9785a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2151,7 +2151,7 @@ and daemons. The features include:
(define-public ghc-connection
(package
(name "ghc-connection")
- (version "0.2.8")
+ (version "0.3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -2159,7 +2159,7 @@ and daemons. The features include:
version ".tar.gz"))
(sha256
(base32
- "1swkb9w5vx9ph7x55y51dc0srj2z27nd9ibgn8c0qcl6hx7g9cbh"))))
+ "1nbmafhlg0wy4aa3p7amjddbamdz6avzrxn4py3lvhrjqn4raxax"))))
(build-system haskell-build-system)
(inputs
`(("ghc-byteable" ,ghc-byteable)