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

* gnu/packages/haskell.scm (ghc-base-compat): Update to 0.10.4.
master
Timothy Sample 2018-09-06 23:58:30 -04:00 committed by Ricardo Wurmus
parent 8fe9ab9579
commit 88c337177f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4547,7 +4547,7 @@ system.")
(define-public ghc-base-compat
(package
(name "ghc-base-compat")
(version "0.9.3")
(version "0.10.4")
(source
(origin
(method url-fetch)
@ -4557,7 +4557,7 @@ system.")
".tar.gz"))
(sha256
(base32
"0452l6zf6fjhy4kxqwv6i6hhg6yfx4wcg450k3axpyj30l7jnq3x"))))
"0ksp990gxs731mq19rzbxrbs43nazfljjc8krlx5bjqblw3kfs8d"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck)