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:
Timothy Sample 2018-08-28 23:25:50 -04:00 committed by Ricardo Wurmus
parent 58182daa3f
commit 59a5027604
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ Haskell test framework.")
(define-public ghc-tasty-quickcheck (define-public ghc-tasty-quickcheck
(package (package
(name "ghc-tasty-quickcheck") (name "ghc-tasty-quickcheck")
(version "0.8.4") (version "0.10")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -105,7 +105,7 @@ Haskell test framework.")
"tasty-quickcheck-" version ".tar.gz")) "tasty-quickcheck-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"15rjxib5jmjq0hzj47x15kgp3awc73va4cy1pmpf7k3hvfv4qprn")))) "0vr6szbbz3s5461i0zr8zpq347zfvidfzv5gf3xwxhm0yk731z8h"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-quickcheck" ,ghc-quickcheck) `(("ghc-quickcheck" ,ghc-quickcheck)