summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-check.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-07 00:00:48 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-07 02:59:27 +0100
commit0e9f42496b7da803e994199c1087e5fbfe5ea5e6 (patch)
treeea860d8bea5234db8f54fa25db93cf613b4eb7cf /gnu/packages/haskell-check.scm
parent1fd90622ffd1fe719dd39f217bfb555bd2b05bb0 (diff)
downloadguix-patches-0e9f42496b7da803e994199c1087e5fbfe5ea5e6.tar
guix-patches-0e9f42496b7da803e994199c1087e5fbfe5ea5e6.tar.gz
gnu: ghc-tasty-rerun: Update to 1.1.8.
* gnu/packages/haskell-check.scm (ghc-tasty-rerun): Update to 1.1.8
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 27649fda68..3536d9579e 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -284,7 +284,7 @@ test-framework.")
(define-public ghc-tasty-rerun
(package
(name "ghc-tasty-rerun")
- (version "1.1.7")
+ (version "1.1.8")
(source (origin
(method url-fetch)
(uri (string-append
@@ -292,7 +292,7 @@ test-framework.")
"tasty-rerun-" version ".tar.gz"))
(sha256
(base32
- "18hz1xqinf59mzvd68ygj9333v0a32qxfcas7crn4iniq5zv71kj"))))
+ "0yg8cicfn3qaazvp4rbanzy3dyk95k3y1kkd4bykvkl9v4076788"))))
(build-system haskell-build-system)
(inputs
`(("ghc-mtl" ,ghc-mtl)