gnu: ghc-comonad: Update to 5.0.5.

* gnu/packages/haskell-xyz.scm (ghc-comonad): Update to 5.0.5.
This commit is contained in:
Timothy Sample 2019-10-31 12:58:51 -04:00
parent d23edfce56
commit 1a825512d3
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -1850,7 +1850,7 @@ (define-public ghc-colour
(define-public ghc-comonad
(package
(name "ghc-comonad")
(version "5.0.4")
(version "5.0.5")
(source
(origin
(method url-fetch)
@ -1860,7 +1860,7 @@ (define-public ghc-comonad
".tar.gz"))
(sha256
(base32
"09g870c4flp4k3fgbibsd0mmfjani1qcpbcl685v8x89kxzrva3q"))))
"1l7snp2mszgnjgd0nc9kzfyd13vla0rlazqi03rwx2akcxk14n3c"))))
(build-system haskell-build-system)
(native-inputs
`(("cabal-doctest" ,cabal-doctest)