[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
146/328: gnu: ghc-chell-quickcheck: Update to 0.2.5.2.
From: |
guix-commits |
Subject: |
146/328: gnu: ghc-chell-quickcheck: Update to 0.2.5.2. |
Date: |
Sat, 16 Nov 2019 19:32:55 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 5049b72403bbfe10a935954667b24d8a857c11cb
Author: Timothy Sample <address@hidden>
Date: Sun Nov 3 21:06:33 2019 -0500
gnu: ghc-chell-quickcheck: Update to 0.2.5.2.
* gnu/packages/haskell-xyz.scm (ghc-chell-quickcheck): Update to 0.2.5.2.
[arguments]: Change the 'update-constraints' phase to allow even newer
versions of 'QuickCheck'.
(ghc-chell-quickcheck-bootstrap): Likewise.
---
gnu/packages/haskell-xyz.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 416138c..360fbec 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1611,7 +1611,7 @@ testing strategies.")
(define-public ghc-chell-quickcheck
(package
(name "ghc-chell-quickcheck")
- (version "0.2.5.1")
+ (version "0.2.5.2")
(source
(origin
(method url-fetch)
@@ -1620,7 +1620,7 @@ testing strategies.")
"chell-quickcheck-" version ".tar.gz"))
(sha256
(base32
- "1iicsys9igx7m7n4l2b8djardmjy2ah5ibzp7kzs758h460fq53a"))))
+ "0n8c57n88r2bx0bh8nabsz07m42rh23ahs3hgyzf8gr76l08zq03"))))
(build-system haskell-build-system)
(arguments
`(#:phases
@@ -1628,8 +1628,8 @@ testing strategies.")
(add-before 'configure 'update-constraints
(lambda _
(substitute* "chell-quickcheck.cabal"
- (("QuickCheck >= 2\\.3 && < 2\\.11")
- "QuickCheck >= 2.3 && < 2.12")))))))
+ (("QuickCheck >= 2\\.3 && < 2\\.13")
+ "QuickCheck >= 2.3 && < 2.14")))))))
(inputs
`(("ghc-chell" ,ghc-chell)
("ghc-chell-quickcheck-bootstrap" ,ghc-chell-quickcheck-bootstrap)
@@ -1643,7 +1643,7 @@ testing strategies.")
(define ghc-chell-quickcheck-bootstrap
(package
(name "ghc-chell-quickcheck-bootstrap")
- (version "0.2.5.1")
+ (version "0.2.5.2")
(source
(origin
(method url-fetch)
@@ -1652,7 +1652,7 @@ testing strategies.")
"chell-quickcheck-" version ".tar.gz"))
(sha256
(base32
- "1iicsys9igx7m7n4l2b8djardmjy2ah5ibzp7kzs758h460fq53a"))))
+ "0n8c57n88r2bx0bh8nabsz07m42rh23ahs3hgyzf8gr76l08zq03"))))
(build-system haskell-build-system)
(inputs
`(("ghc-chell" ,ghc-chell)
@@ -1665,8 +1665,8 @@ testing strategies.")
(add-before 'configure 'update-constraints
(lambda _
(substitute* "chell-quickcheck.cabal"
- (("QuickCheck >= 2\\.3 && < 2\\.11")
- "QuickCheck >= 2.3 && < 2.12")))))))
+ (("QuickCheck >= 2\\.3 && < 2\\.13")
+ "QuickCheck >= 2.3 && < 2.14")))))))
(home-page "https://john-millikin.com/software/chell/")
(synopsis "QuickCheck support for the Chell testing library")
(description "More complex tests for @code{chell}.")
- 115/328: gnu: ghc-validity: Update to 0.9.0.2., (continued)
- 115/328: gnu: ghc-validity: Update to 0.9.0.2., guix-commits, 2019/11/16
- 118/328: gnu: ghc-base-orphans: Update to 0.8.1., guix-commits, 2019/11/16
- 123/328: gnu: ghc-generic-deriving: Update to 1.12.4., guix-commits, 2019/11/16
- 124/328: gnu: ghc-doctest: Update to 0.16.2., guix-commits, 2019/11/16
- 127/328: gnu: ghc-openglraw: Update to 3.3.3.0., guix-commits, 2019/11/16
- 134/328: gnu: ghc-distributive: Update to 0.6.1., guix-commits, 2019/11/16
- 135/328: gnu: ghc-gnuplot: Update to 0.5.6., guix-commits, 2019/11/16
- 27/328: gnu: ghc-code-page: Update to 0.2., guix-commits, 2019/11/16
- 95/328: gnu: ghc-indents: Update to 0.5.0.1., guix-commits, 2019/11/16
- 139/328: gnu: ghc-graphviz: Update to 2999.20.0.3., guix-commits, 2019/11/16
- 146/328: gnu: ghc-chell-quickcheck: Update to 0.2.5.2.,
guix-commits <=
- 150/328: gnu: ghc-tldr: Update to 0.4.0.2., guix-commits, 2019/11/16
- 151/328: gnu: ghc-opengl: Update to 3.0.3.0., guix-commits, 2019/11/16
- 157/328: gnu: ghc-hslogger: Update to 1.2.12., guix-commits, 2019/11/16
- 163/328: gnu: ghc-parsers: Update to 0.12.10., guix-commits, 2019/11/16
- 136/328: gnu: ghc-wave: Update to 0.2.0., guix-commits, 2019/11/16
- 138/328: gnu: ghc-fgl-arbitrary: Update dependency constraints., guix-commits, 2019/11/16
- 145/328: gnu: ghc-chell: Update to 0.5., guix-commits, 2019/11/16
- 156/328: gnu: ghc-socks: Update to 0.6.1., guix-commits, 2019/11/16
- 162/328: gnu: ghc-charset: Update Cabal file to r1., guix-commits, 2019/11/16
- 158/328: gnu: ghc-haskell-src-exts: Update to 1.21.1., guix-commits, 2019/11/16