samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 03d9fd25c86239e4d96f81da4de7af292aa6e664
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 12:59:54 2019 -0400
gnu: ghc-haskell-src-exts: Update to 1.21.1.
* gnu/packages/haskell-xyz.scm (ghc-haskell-src-exts): Update to 1.21.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 f134053..6428bbd 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4522,7 +4522,7 @@ package are to parse or generate Haskell 98 code.")
(define-public ghc-haskell-src-exts
(package
(name "ghc-haskell-src-exts")
- (version "1.20.2")
+ (version "1.21.1")
(source
(origin
(method url-fetch)
@@ -4532,7 +4532,7 @@ package are to parse or generate Haskell 98 code.")
".tar.gz"))
(sha256
(base32
- "1sm3z4v1p5yffg01ldgavz71s3bvfhjfa13k428rk14bpkl8crlz"))))
+ "0q1y8n3d82gid9bcx8wxsqqmj9mq11fg3gp5yzpfbw958dhi3j9f"))))
(build-system haskell-build-system)
(inputs
`(("cpphs" ,cpphs)