gnu: ghc-comonad: Update to 5.
* gnu/packages/haskell.scm (ghc-comonad): Update to 5.
This commit is contained in:
parent
c701ebab7b
commit
4854c7beb1
|
@ -2631,7 +2631,7 @@ parser isolation, and labeled blocks for better error messages.")
|
||||||
(define-public ghc-comonad
|
(define-public ghc-comonad
|
||||||
(package
|
(package
|
||||||
(name "ghc-comonad")
|
(name "ghc-comonad")
|
||||||
(version "4.2.7.2")
|
(version "5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2641,7 +2641,7 @@ parser isolation, and labeled blocks for better error messages.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0arvbaxgkawzdp38hh53akkahjg2aa3kj2b4ns0ni8a5ylg2cqmp"))))
|
"0anb36m9z52y9xsipxzj9w1b41b2rj8r389cxd6d20dplnfv3rbq"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-doctest" ,ghc-doctest)))
|
`(("ghc-doctest" ,ghc-doctest)))
|
||||||
|
|
Loading…
Reference in New Issue