guix-commits
[Top][All Lists]
Advanced

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

13/154: gnu: ghc-quickcheck: Update to 2.8.1.


From: Paul
Subject: 13/154: gnu: ghc-quickcheck: Update to 2.8.1.
Date: Thu, 22 Oct 2015 17:23:09 +0000

toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.

commit a308fea686eb2fb64c4c806e25d1832c79412880
Author: Paul van der Walt <address@hidden>
Date:   Wed Oct 14 23:08:41 2015 +0200

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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c44e659..a5f8657 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -875,7 +875,7 @@ Hashing\" by Claessen, Pałka for details and the rationale 
of the design.")
 (define-public ghc-quickcheck
   (package
     (name "ghc-quickcheck")
-    (version "2.8")
+    (version "2.8.1")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -886,7 +886,7 @@ Hashing\" by Claessen, Pałka for details and the rationale 
of the design.")
              ".tar.gz"))
        (sha256
         (base32
-         "04xs6mq22bcnkpi616qrbm7jlivh9csnhmvjgp1ifq52an1wr4rx"))))
+         "0fvnfl30fxmj5q920l13641ar896d53z0z6z66m7c1366lvalwvh"))))
     (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]