samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 5547821411e0c7f7e2f649a4a8258c70ddfeec2f
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 3e603d7..c4738c7 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4470,7 +4470,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)
@@ -4480,7 +4480,7 @@ package are to parse or generate Haskell 98 code.")
".tar.gz"))
(sha256
(base32
- "1sm3z4v1p5yffg01ldgavz71s3bvfhjfa13k428rk14bpkl8crlz"))))
+ "0q1y8n3d82gid9bcx8wxsqqmj9mq11fg3gp5yzpfbw958dhi3j9f"))))
(build-system haskell-build-system)
(inputs
`(("cpphs" ,cpphs)