gnu: ghc-smallcheck: Update to 1.1.5.

* gnu/packages/haskell.scm (ghc-smallcheck): Update to 1.1.5.
This commit is contained in:
Arun Isaac 2018-08-24 12:30:16 +05:30
parent 3c30054290
commit b625f3a5fb
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -3268,7 +3268,7 @@ (define-public ghc-temporary-rc
(define-public ghc-smallcheck
(package
(name "ghc-smallcheck")
(version "1.1.1")
(version "1.1.5")
(source
(origin
(method url-fetch)
@ -3278,7 +3278,7 @@ (define-public ghc-smallcheck
".tar.gz"))
(sha256
(base32
"1ygrabxh40bym3grnzqyfqn96lirnxspb8cmwkkr213239y605sd"))))
"195fj7w3v03d1y1nm2ylavzrwxjcdbq0lb6zsw1dwyx5jmwfc84h"))))
(build-system haskell-build-system)
(inputs
`(("ghc-logict" ,ghc-logict)