gnu: ghc-smallcheck: Update to 1.1.5.
* gnu/packages/haskell.scm (ghc-smallcheck): Update to 1.1.5.
This commit is contained in:
parent
3c30054290
commit
b625f3a5fb
|
@ -3268,7 +3268,7 @@ This is a better maintained fork of the \"temporary\" package.")
|
||||||
(define-public ghc-smallcheck
|
(define-public ghc-smallcheck
|
||||||
(package
|
(package
|
||||||
(name "ghc-smallcheck")
|
(name "ghc-smallcheck")
|
||||||
(version "1.1.1")
|
(version "1.1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3278,7 +3278,7 @@ This is a better maintained fork of the \"temporary\" package.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ygrabxh40bym3grnzqyfqn96lirnxspb8cmwkkr213239y605sd"))))
|
"195fj7w3v03d1y1nm2ylavzrwxjcdbq0lb6zsw1dwyx5jmwfc84h"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-logict" ,ghc-logict)
|
`(("ghc-logict" ,ghc-logict)
|
||||||
|
|
Loading…
Reference in New Issue