gnu: ghc-hedgehog: Update to 1.0.1.
* gnu/packages/haskell-check.scm (ghc-hedgehog): Update to 1.0.1. [inputs]: Add 'ghc-fail'.
This commit is contained in:
parent
59ea213790
commit
cb71ac3d34
1 changed files with 3 additions and 2 deletions
|
@ -795,7 +795,7 @@ implementations of cryptographic ciphers.")
|
||||||
(define-public ghc-hedgehog
|
(define-public ghc-hedgehog
|
||||||
(package
|
(package
|
||||||
(name "ghc-hedgehog")
|
(name "ghc-hedgehog")
|
||||||
(version "0.6.1")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -805,13 +805,14 @@ implementations of cryptographic ciphers.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xz10ycdm5vk9nrcym1fi83k19frfwqz18bz8bnpzwvaj0j41yfj"))))
|
"1qc7hkqbnsk3f5r26wc35r3qiy941nmcxhfqgcq9027kw4gs0bi0"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)
|
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)
|
||||||
("ghc-async" ,ghc-async)
|
("ghc-async" ,ghc-async)
|
||||||
("ghc-concurrent-output" ,ghc-concurrent-output)
|
("ghc-concurrent-output" ,ghc-concurrent-output)
|
||||||
("ghc-exceptions" ,ghc-exceptions)
|
("ghc-exceptions" ,ghc-exceptions)
|
||||||
|
("ghc-fail" ,ghc-fail)
|
||||||
("ghc-lifted-async" ,ghc-lifted-async)
|
("ghc-lifted-async" ,ghc-lifted-async)
|
||||||
("ghc-mmorph" ,ghc-mmorph)
|
("ghc-mmorph" ,ghc-mmorph)
|
||||||
("ghc-monad-control" ,ghc-monad-control)
|
("ghc-monad-control" ,ghc-monad-control)
|
||||||
|
|
Reference in a new issue