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:
Timothy Sample 2018-08-29 00:29:10 -04:00 committed by Ricardo Wurmus
parent 40a8d0762f
commit c2828c8149
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3043,7 +3043,7 @@ (define-public ghc-cereal
(define-public ghc-comonad
(package
(name "ghc-comonad")
(version "5")
(version "5.0.4")
(source
(origin
(method url-fetch)
@ -3053,10 +3053,11 @@ (define-public ghc-comonad
".tar.gz"))
(sha256
(base32
"0anb36m9z52y9xsipxzj9w1b41b2rj8r389cxd6d20dplnfv3rbq"))))
"09g870c4flp4k3fgbibsd0mmfjani1qcpbcl685v8x89kxzrva3q"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-doctest" ,ghc-doctest)))
`(("cabal-doctest" ,cabal-doctest)
("ghc-doctest" ,ghc-doctest)))
(inputs
`(("ghc-contravariant" ,ghc-contravariant)
("ghc-distributive" ,ghc-distributive)