summary refs log tree commit diff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:14:22 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:10 -0500
commite7b35ff07d852a36315bfed2effe6e48ae30d6a1 (patch)
tree968dbe4b6ae86354d476f840bbeda4b26e6a019c /gnu/packages/haskell-xyz.scm
parenta5a870d86354f9582cb53382f087cef6b91f7f76 (diff)
downloadguix-e7b35ff07d852a36315bfed2effe6e48ae30d6a1.tar.gz
gnu: ghc-contravariant: Update to 1.5.2.
* gnu/packages/haskell-xyz.scm (ghc-contravariant): Update to 1.5.2.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-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 b4fa789923..db1fa829d4 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2212,7 +2212,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)
@@ -2222,7 +2222,7 @@ a vocabulary for working with them.")
              ".tar.gz"))
        (sha256
         (base32
-         "1vfhk8c5cxmmakx7rflap1ipkx5q0j5vnlrcz7yz6y53kxhksgf9"))))
+         "0366gl62wwwdbl9i6kqy60asf60876k55v91la6bmhnwwcj2q9n4"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-void" ,ghc-void)