samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 25a0c1c28e41752f6f41f178a8f4501906354afa
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 10:22:01 2019 -0400
gnu: ghc-extra: Update to 1.6.18.
* gnu/packages/haskell-xyz.scm (ghc-extra): Update to 1.6.18.
---
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 1acb129..d3aa04a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3280,7 +3280,7 @@ versions of GHC (i.e., < 6.10).")
(define-public ghc-extra
(package
(name "ghc-extra")
- (version "1.6.9")
+ (version "1.6.18")
(source
(origin
(method url-fetch)
@@ -3290,7 +3290,7 @@ versions of GHC (i.e., < 6.10).")
".tar.gz"))
(sha256
(base32
- "0xxcpb00pgwi9cmy6a7ghh6rblxry42p8pz5ssfgj20fs1xwzj1b"))))
+ "0jvd4l0hi8pf5899pxc32yc638y0mrc357w0rph99k3hm277i0cy"))))
(build-system haskell-build-system)
(inputs
`(("ghc-clock" ,ghc-clock)