samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 1acfca460abfb33b4eb6c9ac299fc7d71beabc82
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:08:27 2019 -0400
gnu: ghc-cgi: Update to 3001.4.0.0.
* gnu/packages/haskell-xyz.scm (ghc-cgi): Update to 3001.4.0.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 97938dc..6db1d35 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1364,7 +1364,7 @@ parser isolation, and labeled blocks for better error
messages.")
(define-public ghc-cgi
(package
(name "ghc-cgi")
- (version "3001.3.0.2")
+ (version "3001.4.0.0")
(source
(origin
(method url-fetch)
@@ -1374,7 +1374,7 @@ parser isolation, and labeled blocks for better error
messages.")
".tar.gz"))
(sha256
(base32
- "1hbpplss1m4rdpm4ibip6fpimlhssqa14fl338kl2jbc463i64cj"))))
+ "1d0nh5ymkqskkp4yn0gfz4mff8i0cxyw1wws8xxp6k1mg1ywa25k"))))
(build-system haskell-build-system)
(arguments
`(#:phases