summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-check.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-07 00:58:04 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-07 02:59:27 +0100
commitbb0e9ca4d9600197f80100b802671f775b38226a (patch)
tree16fe16a0649f68add1e227ac7ae47b69970b60ef /gnu/packages/haskell-check.scm
parent0e9f42496b7da803e994199c1087e5fbfe5ea5e6 (diff)
downloadguix-patches-bb0e9ca4d9600197f80100b802671f775b38226a.tar
guix-patches-bb0e9ca4d9600197f80100b802671f775b38226a.tar.gz
gnu: ghc-quickcheck-io: Update to 0.2.0.
* gnu/packages/haskell-check.scm (ghc-quickcheck-io): Update to 0.2.0
Diffstat (limited to 'gnu/packages/haskell-check.scm')
-rw-r--r--gnu/packages/haskell-check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 3536d9579e..6bcf6c9589 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -366,7 +366,7 @@ testing Unicode-related software.")
(define-public ghc-quickcheck-io
(package
(name "ghc-quickcheck-io")
- (version "0.1.2")
+ (version "0.2.0")
(source
(origin
(method url-fetch)
@@ -376,7 +376,7 @@ testing Unicode-related software.")
".tar.gz"))
(sha256
(base32
- "1kf1kfw9fsmly0rvzvdf6jvdw10qhkmikyj0wcwciw6wad95w9sh"))))
+ "08k4v7pkgjf30pv5j2dfv1gqv6hclxlniyq2sps8zq4zswcr2xzv"))))
(build-system haskell-build-system)
(inputs
`(("ghc-quickcheck" ,ghc-quickcheck)