samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit babf14cf69a84211f7ade2c97a5860107901e8e7
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:00:09 2019 -0400
gnu: ghc-rio: Update to 0.1.12.0.
* gnu/packages/haskell-xyz.scm (ghc-rio): Update to 0.1.12.0.
---
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 6428bbd..29b2984 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8598,7 +8598,7 @@ better for some purposes.")
(define-public ghc-rio
(package
(name "ghc-rio")
- (version "0.1.5.0")
+ (version "0.1.12.0")
(source
(origin
(method url-fetch)
@@ -8607,7 +8607,7 @@ better for some purposes.")
version ".tar.gz"))
(sha256
(base32
- "064h8a4hp53a479d3ak0vmqbx8hi0cpg7zn4wp23rjy26dka8p7g"))))
+ "0xzjkh6aavynpyskikhs8dmv0zhkiqiwz9zdn80zbd25b2182pif"))))
(build-system haskell-build-system)
(inputs
`(("ghc-exceptions" ,ghc-exceptions)