gnu: ghc-comonad: Update to 5.0.4.
* gnu/packages/haskell.scm (ghc-comonad): Update to 5.0.4. [native-inputs]: Add cabal-doctest and ghc-doctest.
This commit is contained in:
parent
40a8d0762f
commit
c2828c8149
|
@ -3043,7 +3043,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 "5")
|
(version "5.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3053,10 +3053,11 @@ parser isolation, and labeled blocks for better error messages.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0anb36m9z52y9xsipxzj9w1b41b2rj8r389cxd6d20dplnfv3rbq"))))
|
"09g870c4flp4k3fgbibsd0mmfjani1qcpbcl685v8x89kxzrva3q"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-doctest" ,ghc-doctest)))
|
`(("cabal-doctest" ,cabal-doctest)
|
||||||
|
("ghc-doctest" ,ghc-doctest)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-contravariant" ,ghc-contravariant)
|
`(("ghc-contravariant" ,ghc-contravariant)
|
||||||
("ghc-distributive" ,ghc-distributive)
|
("ghc-distributive" ,ghc-distributive)
|
||||||
|
|
Loading…
Reference in New Issue