gnu: ghc-haskell-src-exts: Update to 1.21.1.

* gnu/packages/haskell-xyz.scm (ghc-haskell-src-exts): Update to 1.21.1.
This commit is contained in:
Timothy Sample 2019-10-31 12:59:54 -04:00
parent e5ccc5f78c
commit 37a0559129
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -4523,7 +4523,7 @@ (define-public ghc-haskell-src
(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)
@ -4533,7 +4533,7 @@ (define-public ghc-haskell-src-exts
".tar.gz"))
(sha256
(base32
"1sm3z4v1p5yffg01ldgavz71s3bvfhjfa13k428rk14bpkl8crlz"))))
"0q1y8n3d82gid9bcx8wxsqqmj9mq11fg3gp5yzpfbw958dhi3j9f"))))
(build-system haskell-build-system)
(inputs
`(("cpphs" ,cpphs)