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-orphans: Update to 0.8.1.

* gnu/packages/haskell-xyz.scm (ghc-base-orphans): Update to 0.8.1.
This commit is contained in:
Timothy Sample 2019-10-31 10:26:38 -04:00
parent 17482b26fb
commit 780477fb08
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -685,7 +685,7 @@ packages.")
(define-public ghc-base-orphans
(package
(name "ghc-base-orphans")
(version "0.7")
(version "0.8.1")
(source
(origin
(method url-fetch)
@ -695,7 +695,7 @@ packages.")
".tar.gz"))
(sha256
(base32
"057f9npnqk71ccfh95djfkpd54dzazphj06grwxa3fyhwcwxrb8a"))))
"1nwr9av27i9p72k0sn96mw3ywdczw65dy5gd5wxpabhhxlxdcas4"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck)