mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: ghc-base-compat: Update to 0.10.4.
* gnu/packages/haskell.scm (ghc-base-compat): Update to 0.10.4.
This commit is contained in:
parent
8fe9ab9579
commit
88c337177f
1 changed files with 2 additions and 2 deletions
|
@ -4547,7 +4547,7 @@ (define-public ghc-byteorder
|
||||||
(define-public ghc-base-compat
|
(define-public ghc-base-compat
|
||||||
(package
|
(package
|
||||||
(name "ghc-base-compat")
|
(name "ghc-base-compat")
|
||||||
(version "0.9.3")
|
(version "0.10.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4557,7 +4557,7 @@ (define-public ghc-base-compat
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0452l6zf6fjhy4kxqwv6i6hhg6yfx4wcg450k3axpyj30l7jnq3x"))))
|
"0ksp990gxs731mq19rzbxrbs43nazfljjc8krlx5bjqblw3kfs8d"))))
|
||||||
(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 a new issue