1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: ghc-base-orphans: Update to 0.6.

* gnu/packages/haskell.scm (ghc-base-orphans): Update to 0.6.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
rsiddharth 2017-10-18 03:07:33 +00:00 committed by Ludovic Courtès
parent 608bf276d7
commit 8184b0f98c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -4283,7 +4283,7 @@ command line options in Haskell.")
(define-public ghc-base-orphans (define-public ghc-base-orphans
(package (package
(name "ghc-base-orphans") (name "ghc-base-orphans")
(version "0.4.4") (version "0.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4293,7 +4293,7 @@ command line options in Haskell.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0hhgpwjvx7jhvlhsygmmf0q5hv2ymijzz4bjilicw99bmv13qcpl")))) "03mdww5j0gwai7aqlx3m71ldmjcr99jzpkcclzjfclk6a6kjla67"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(native-inputs (native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck) `(("ghc-quickcheck" ,ghc-quickcheck)