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.
This commit is contained in:
parent
acdd03be2d
commit
e0e21831d3
1 changed files with 8 additions and 8 deletions
|
@ -1611,7 +1611,7 @@ testing strategies.")
|
||||||
(define-public ghc-chell-quickcheck
|
(define-public ghc-chell-quickcheck
|
||||||
(package
|
(package
|
||||||
(name "ghc-chell-quickcheck")
|
(name "ghc-chell-quickcheck")
|
||||||
(version "0.2.5.1")
|
(version "0.2.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1620,7 +1620,7 @@ testing strategies.")
|
||||||
"chell-quickcheck-" version ".tar.gz"))
|
"chell-quickcheck-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1iicsys9igx7m7n4l2b8djardmjy2ah5ibzp7kzs758h460fq53a"))))
|
"0n8c57n88r2bx0bh8nabsz07m42rh23ahs3hgyzf8gr76l08zq03"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -1628,8 +1628,8 @@ testing strategies.")
|
||||||
(add-before 'configure 'update-constraints
|
(add-before 'configure 'update-constraints
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "chell-quickcheck.cabal"
|
(substitute* "chell-quickcheck.cabal"
|
||||||
(("QuickCheck >= 2\\.3 && < 2\\.11")
|
(("QuickCheck >= 2\\.3 && < 2\\.13")
|
||||||
"QuickCheck >= 2.3 && < 2.12")))))))
|
"QuickCheck >= 2.3 && < 2.14")))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-chell" ,ghc-chell)
|
`(("ghc-chell" ,ghc-chell)
|
||||||
("ghc-chell-quickcheck-bootstrap" ,ghc-chell-quickcheck-bootstrap)
|
("ghc-chell-quickcheck-bootstrap" ,ghc-chell-quickcheck-bootstrap)
|
||||||
|
@ -1643,7 +1643,7 @@ testing strategies.")
|
||||||
(define ghc-chell-quickcheck-bootstrap
|
(define ghc-chell-quickcheck-bootstrap
|
||||||
(package
|
(package
|
||||||
(name "ghc-chell-quickcheck-bootstrap")
|
(name "ghc-chell-quickcheck-bootstrap")
|
||||||
(version "0.2.5.1")
|
(version "0.2.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1652,7 +1652,7 @@ testing strategies.")
|
||||||
"chell-quickcheck-" version ".tar.gz"))
|
"chell-quickcheck-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1iicsys9igx7m7n4l2b8djardmjy2ah5ibzp7kzs758h460fq53a"))))
|
"0n8c57n88r2bx0bh8nabsz07m42rh23ahs3hgyzf8gr76l08zq03"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-chell" ,ghc-chell)
|
`(("ghc-chell" ,ghc-chell)
|
||||||
|
@ -1665,8 +1665,8 @@ testing strategies.")
|
||||||
(add-before 'configure 'update-constraints
|
(add-before 'configure 'update-constraints
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "chell-quickcheck.cabal"
|
(substitute* "chell-quickcheck.cabal"
|
||||||
(("QuickCheck >= 2\\.3 && < 2\\.11")
|
(("QuickCheck >= 2\\.3 && < 2\\.13")
|
||||||
"QuickCheck >= 2.3 && < 2.12")))))))
|
"QuickCheck >= 2.3 && < 2.14")))))))
|
||||||
(home-page "https://john-millikin.com/software/chell/")
|
(home-page "https://john-millikin.com/software/chell/")
|
||||||
(synopsis "QuickCheck support for the Chell testing library")
|
(synopsis "QuickCheck support for the Chell testing library")
|
||||||
(description "More complex tests for @code{chell}.")
|
(description "More complex tests for @code{chell}.")
|
||||||
|
|
Reference in a new issue