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:
parent
608bf276d7
commit
8184b0f98c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue