gnu: ghc-test-framework-quickcheck2: Update to 0.3.0.4.
* gnu/packages/haskell-check.scm (ghc-test-framework-quickcheck2): Update to 0.3.0.4. [source]: Remove snippet.
This commit is contained in:
parent
86ad4ee373
commit
e5199a2cda
|
@ -497,7 +497,7 @@ reporting and test statistics output.")
|
||||||
(define-public ghc-test-framework-quickcheck2
|
(define-public ghc-test-framework-quickcheck2
|
||||||
(package
|
(package
|
||||||
(name "ghc-test-framework-quickcheck2")
|
(name "ghc-test-framework-quickcheck2")
|
||||||
(version "0.3.0.3")
|
(version "0.3.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -506,14 +506,7 @@ reporting and test statistics output.")
|
||||||
"test-framework-quickcheck2-" version ".tar.gz"))
|
"test-framework-quickcheck2-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12p1zwrsz35r3j5gzbvixz9z1h5643rhihf5gqznmc991krwd5nc"))
|
"0vj834337r6jzr3258cv68ly2sv5999mklpsrfngyk51kywsyqyp"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
;; The Hackage page and the cabal file linked there for this package
|
|
||||||
;; both list 2.9 as the upper version limit, but the source tarball
|
|
||||||
;; specifies 2.8. Assume the Hackage page is correct.
|
|
||||||
'(substitute* "test-framework-quickcheck2.cabal"
|
|
||||||
(("QuickCheck >= 2.4 && < 2.8") "QuickCheck >= 2.4 && < 2.9")))))
|
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
|
`(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
|
||||||
|
|
Loading…
Reference in New Issue