guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

49/249: gnu: ghc-quickcheck: Update to 2.13.2.


From: guix-commits
Subject: 49/249: gnu: ghc-quickcheck: Update to 2.13.2.
Date: Thu, 31 Oct 2019 23:49:25 -0400 (EDT)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit d0bf2e792be8b05bf2a4f9a12f4997582ffdf534
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 09:52:05 2019 -0400

    gnu: ghc-quickcheck: Update to 2.13.2.
    
    * gnu/packages/haskell-check.scm (ghc-quickcheck): Update to 2.13.2.
---
 gnu/packages/haskell-check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index e15b002..e972417 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -397,7 +397,7 @@ use HUnit assertions as QuickCheck properties.")
 (define-public ghc-quickcheck
   (package
     (name "ghc-quickcheck")
-    (version "2.11.3")
+    (version "2.13.2")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -408,7 +408,7 @@ use HUnit assertions as QuickCheck properties.")
              ".tar.gz"))
        (sha256
         (base32
-         "0xhqk35fkzlbjcqbabg6962jkv8d688nzmz7ng4bm84x2d95d328"))))
+         "0426j43af8v3qmdjjqxivazsvr3a2brac8yw09vpgpjkb2m0nmkv"))))
     (build-system haskell-build-system)
     (arguments
      `(#:tests? #f))  ; FIXME: currently missing libraries used for tests.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]