[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")
- 29/328: gnu: ghc-th-lift: Update to 0.8.0.1., (continued)
- 29/328: gnu: ghc-th-lift: Update to 0.8.0.1., guix-commits, 2019/11/16
- 34/328: gnu: ghc-foundation: Update to 0.0.25., guix-commits, 2019/11/16
- 43/328: gnu: ghc-cmark-gfm: Update to 0.2.0., guix-commits, 2019/11/16
- 61/328: gnu: ghc-vector-algorithms: Update to 0.8.0.1., guix-commits, 2019/11/16
- 54/328: gnu: ghc-dlist: Update to 0.8.0.7., guix-commits, 2019/11/16
- 56/328: gnu: ghc-optparse-applicative: Update to 0.14.3.0., guix-commits, 2019/11/16
- 58/328: gnu: ghc-th-reify-many: Update to 0.1.9., guix-commits, 2019/11/16
- 76/328: gnu: ghc-mwc-random: Update to 0.14.0.0., guix-commits, 2019/11/16
- 64/328: gnu: ghc-test-framework-quickcheck2: Update to 0.3.0.5., guix-commits, 2019/11/16
- 31/328: gnu: ghc-pretty-show: Update to 1.9.5., guix-commits, 2019/11/16
- 47/328: gnu: ghc-quickcheck: Update to 2.13.2.,
guix-commits <=
- 50/328: gnu: ghc-tagsoup: Update to 0.14.8., guix-commits, 2019/11/16
- 65/328: gnu: ghc-cereal: Update to 0.5.8.1., guix-commits, 2019/11/16
- 63/328: gnu: ghc-test-framework: Update Cabal file to r5., guix-commits, 2019/11/16
- 102/328: gnu: ghc-tar: Update to 0.5.1.1., guix-commits, 2019/11/16
- 19/328: gnu: ghc-transformers-compat: Update to 0.6.5., guix-commits, 2019/11/16
- 23/328: gnu: ghc-appar: Update to 0.1.8., guix-commits, 2019/11/16
- 30/328: gnu: ghc-regex-tdfa: Update to 1.2.3.2., guix-commits, 2019/11/16
- 36/328: gnu: ghc-generics-sop: Update to 0.4.0.1., guix-commits, 2019/11/16
- 38/328: gnu: ghc-regex-pcre-builtin: Update to 0.94.5.8.8.35., guix-commits, 2019/11/16
- 18/328: gnu: ghc-mime-types: Update to 0.1.0.9., guix-commits, 2019/11/16