guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: ghc-quickcheck: Update to 2.8.2.


From: Ludovic Courtès
Subject: 01/04: gnu: ghc-quickcheck: Update to 2.8.2.
Date: Thu, 12 Jan 2017 15:50:05 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit ff264536019bb2ffa10e10997a4b89e964d25298
Author: Danny Milosavljevic <address@hidden>
Date:   Tue Jan 10 02:17:06 2017 +0100

    gnu: ghc-quickcheck: Update to 2.8.2.
    
    * gnu/packages/haskell.scm (ghc-quickcheck): Update to 2.8.2.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/haskell.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8f8e2f5..e0202c8 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3052,7 +3052,7 @@ use HUnit assertions as QuickCheck properties.")
 (define-public ghc-quickcheck
   (package
     (name "ghc-quickcheck")
-    (version "2.8.1")
+    (version "2.8.2")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -3063,7 +3063,7 @@ use HUnit assertions as QuickCheck properties.")
              ".tar.gz"))
        (sha256
         (base32
-         "0fvnfl30fxmj5q920l13641ar896d53z0z6z66m7c1366lvalwvh"))))
+         "1ai6k5v0bibaxq8xffcblc6rwmmk6gf8vjyd9p2h3y6vwbhlvilq"))))
     (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]