mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: ghc-tasty-quickcheck: Update to 0.10.
* gnu/packages/haskell-check.scm (ghc-tasty-quickcheck): Update to 0.10.
This commit is contained in:
parent
58182daa3f
commit
59a5027604
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ (define-public ghc-tasty-smallcheck
|
|||
(define-public ghc-tasty-quickcheck
|
||||
(package
|
||||
(name "ghc-tasty-quickcheck")
|
||||
(version "0.8.4")
|
||||
(version "0.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -105,7 +105,7 @@ (define-public ghc-tasty-quickcheck
|
|||
"tasty-quickcheck-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15rjxib5jmjq0hzj47x15kgp3awc73va4cy1pmpf7k3hvfv4qprn"))))
|
||||
"0vr6szbbz3s5461i0zr8zpq347zfvidfzv5gf3xwxhm0yk731z8h"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||
|
|
Loading…
Reference in a new issue