mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -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
a3ab433a14
commit
0fa2c552fc
1 changed files with 2 additions and 2 deletions
|
@ -4094,7 +4094,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)
|
||||||
|
@ -4104,7 +4104,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