summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 12:58:51 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:22 -0500
commit1a825512d35864186de38c7494188691d10c8c01 (patch)
treef8ccbbe2b4331344fec110237483bb461e0bb9ed /gnu/packages
parentd23edfce561fe9693e7d63e4c36645454f0068df (diff)
downloadguix-patches-1a825512d35864186de38c7494188691d10c8c01.tar
guix-patches-1a825512d35864186de38c7494188691d10c8c01.tar.gz
gnu: ghc-comonad: Update to 5.0.5.
* gnu/packages/haskell-xyz.scm (ghc-comonad): Update to 5.0.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 1af61d119f..9ebde51ee2 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1850,7 +1850,7 @@ supported. A module of colour names (\"Data.Colour.Names\") is provided.")
(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 @@ supported. A module of colour names (\"Data.Colour.Names\") is provided.")
".tar.gz"))
(sha256
(base32
- "09g870c4flp4k3fgbibsd0mmfjani1qcpbcl685v8x89kxzrva3q"))))
+ "1l7snp2mszgnjgd0nc9kzfyd13vla0rlazqi03rwx2akcxk14n3c"))))
(build-system haskell-build-system)
(native-inputs
`(("cabal-doctest" ,cabal-doctest)