samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit a1493e9d7decd19bfde7285e6d23097d53817ed1
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:00:42 2019 -0400
gnu: ghc-bifunctors: Update to 5.5.5.
* gnu/packages/haskell-xyz.scm (ghc-bifunctors): Update to 5.5.5.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index aff510e..ec26362 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -803,7 +803,7 @@ stand for certain ASCII character sequences, i.e. → instead
of @code{->},
(define-public ghc-bifunctors
(package
(name "ghc-bifunctors")
- (version "5.5.3")
+ (version "5.5.5")
(source
(origin
(method url-fetch)
@@ -813,7 +813,7 @@ stand for certain ASCII character sequences, i.e. → instead
of @code{->},
".tar.gz"))
(sha256
(base32
- "1jn9rxg643xnlhrknmjz88nblcpsr45xwjkwwnn5nxpasa7m4d6l"))))
+ "0rn47q8dzv0g1fyams99p4py6q0asxdc50q9k0nj497brk738xcb"))))
(build-system haskell-build-system)
(inputs
`(("ghc-base-orphans" ,ghc-base-orphans)