samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 354b91358191129ee3b0ff6e240f55774b08f47d
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 10:14:22 2019 -0400
gnu: ghc-contravariant: Update to 1.5.2.
* gnu/packages/haskell-xyz.scm (ghc-contravariant): Update to 1.5.2.
---
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 8c7ca12..cab6a97 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2211,7 +2211,7 @@ a vocabulary for working with them.")
(define-public ghc-contravariant
(package
(name "ghc-contravariant")
- (version "1.4.1")
+ (version "1.5.2")
(source
(origin
(method url-fetch)
@@ -2221,7 +2221,7 @@ a vocabulary for working with them.")
".tar.gz"))
(sha256
(base32
- "1vfhk8c5cxmmakx7rflap1ipkx5q0j5vnlrcz7yz6y53kxhksgf9"))))
+ "0366gl62wwwdbl9i6kqy60asf60876k55v91la6bmhnwwcj2q9n4"))))
(build-system haskell-build-system)
(inputs
`(("ghc-void" ,ghc-void)