summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2018-08-24 12:30:16 +0530
committerArun Isaac <arunisaac@systemreboot.net>2018-08-26 11:33:48 +0530
commitb625f3a5fbfa3badc294cdb7bc0c0399d8ca1839 (patch)
treec58af0fae1efc3c15894a040acc8794e13da42a8
parent3c30054290b743c134c19ce7c1eb73b90089b734 (diff)
downloadgnu-guix-b625f3a5fbfa3badc294cdb7bc0c0399d8ca1839.tar
gnu-guix-b625f3a5fbfa3badc294cdb7bc0c0399d8ca1839.tar.gz
gnu: ghc-smallcheck: Update to 1.1.5.
* gnu/packages/haskell.scm (ghc-smallcheck): Update to 1.1.5.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 540c2e9ce7..eefc1dc0a6 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3268,7 +3268,7 @@ This is a better maintained fork of the \"temporary\" package.")
(define-public ghc-smallcheck
(package
(name "ghc-smallcheck")
- (version "1.1.1")
+ (version "1.1.5")
(source
(origin
(method url-fetch)
@@ -3278,7 +3278,7 @@ This is a better maintained fork of the \"temporary\" package.")
".tar.gz"))
(sha256
(base32
- "1ygrabxh40bym3grnzqyfqn96lirnxspb8cmwkkr213239y605sd"))))
+ "195fj7w3v03d1y1nm2ylavzrwxjcdbq0lb6zsw1dwyx5jmwfc84h"))))
(build-system haskell-build-system)
(inputs
`(("ghc-logict" ,ghc-logict)