samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 1a54053b837bd992183b25a5b5d2e89327d4900b
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 a132866..5a2faf1 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2176,7 +2176,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/"
@@ -2184,7 +2184,7 @@ and daemons. The features include:
version ".tar.gz"))
(sha256
(base32
- "1swkb9w5vx9ph7x55y51dc0srj2z27nd9ibgn8c0qcl6hx7g9cbh"))))
+ "1nbmafhlg0wy4aa3p7amjddbamdz6avzrxn4py3lvhrjqn4raxax"))))
(build-system haskell-build-system)
(inputs
`(("ghc-byteable" ,ghc-byteable)