3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ghc-base-compat: Update to 0.9.3.

* gnu/packages/haskell.scm (ghc-base-compat): Update to 0.9.3.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-01 04:11:10 +01:00
parent d20b7384b7
commit 3433e359e4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3451,7 +3451,7 @@ system.")
(define-public ghc-base-compat
(package
(name "ghc-base-compat")
(version "0.8.2")
(version "0.9.3")
(source
(origin
(method url-fetch)
@ -3461,7 +3461,7 @@ system.")
".tar.gz"))
(sha256
(base32
"02m93hzgxg4bcnp7xcc2fdh2hrsc2h6fwl8hix5nx9k864kwf41q"))))
"0452l6zf6fjhy4kxqwv6i6hhg6yfx4wcg450k3axpyj30l7jnq3x"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck)