gnu: Add ghc-quickcheck-latest.

* gnu/packages/haskell-check.scm (ghc-quickcheck-latest): New variable.
master
Ricardo Wurmus 2018-02-12 20:15:12 +01:00
parent 7291ad1e12
commit d5e86172ca
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 14 additions and 0 deletions

View File

@ -419,6 +419,20 @@ hold in a large number of randomly generated cases. Specifications are
expressed in Haskell, using combinators defined in the QuickCheck library.")
(license license:bsd-3)))
(define-public ghc-quickcheck-latest
(package (inherit ghc-quickcheck)
(version "2.11.3")
(source
(origin
(method url-fetch)
(uri (string-append
"https://hackage.haskell.org/package/QuickCheck/QuickCheck-"
version
".tar.gz"))
(sha256
(base32
"0xhqk35fkzlbjcqbabg6962jkv8d688nzmz7ng4bm84x2d95d328"))))))
(define-public ghc-test-framework
(package
(name "ghc-test-framework")