guix-commits
[Top][All Lists]
Advanced

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

47/328: gnu: ghc-quickcheck: Update to 2.13.2.


From: guix-commits
Subject: 47/328: gnu: ghc-quickcheck: Update to 2.13.2.
Date: Sat, 16 Nov 2019 19:32:19 -0500 (EST)

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

commit bdb8732dcf17075fb64c8fc07808f58369f88b2f
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.
    [inputs]: Add 'ghc-splitmix-bootstrap'.
---
 gnu/packages/haskell-check.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index ac41fb7..d861e72 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,12 +408,13 @@ 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.
     (inputs
      `(("ghc-random" ,ghc-random)
+       ("ghc-splitmix" ,ghc-splitmix-bootstrap)
        ("ghc-tf-random" ,ghc-tf-random)))
     (home-page "https://github.com/nick8325/quickcheck";)
     (synopsis "Automatic testing of Haskell programs")



reply via email to

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