rekado pushed a commit to branch master
in repository guix.
commit 4854c7beb127ba4d15a808d4eb2aefe1f95e686c
Author: Ricardo Wurmus <[email protected]>
Date: Mon Feb 12 23:52:08 2018 +0100
gnu: ghc-comonad: Update to 5.
* gnu/packages/haskell.scm (ghc-comonad): Update to 5.
---
gnu/packages/haskell.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0833dde..6844d14 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2631,7 +2631,7 @@ parser isolation, and labeled blocks for better error
messages.")
(define-public ghc-comonad
(package
(name "ghc-comonad")
- (version "4.2.7.2")
+ (version "5")
(source
(origin
(method url-fetch)
@@ -2641,7 +2641,7 @@ parser isolation, and labeled blocks for better error
messages.")
".tar.gz"))
(sha256
(base32
- "0arvbaxgkawzdp38hh53akkahjg2aa3kj2b4ns0ni8a5ylg2cqmp"))))
+ "0anb36m9z52y9xsipxzj9w1b41b2rj8r389cxd6d20dplnfv3rbq"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-doctest" ,ghc-doctest)))