summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-check.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-06 22:47:19 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-07 02:59:25 +0100
commit08bb5bbbca3ae0ed9234387d4fbc5b5a425cce5f (patch)
tree8a208115cc846d1db433a0ee1e6c08f7c6163eb1 /gnu/packages/haskell-check.scm
parent49b9c8005c6d46ebb19b6f3e80014558a5e7d431 (diff)
downloadguix-patches-08bb5bbbca3ae0ed9234387d4fbc5b5a425cce5f.tar
guix-patches-08bb5bbbca3ae0ed9234387d4fbc5b5a425cce5f.tar.gz
gnu: ghc-test-framework-hunit: Update to 0.3.0.2.
* gnu/packages/haskell-check.scm (ghc-test-framework-hunit): Update to 0.3.0.2
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 28ed00db03..9f90b25602 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -455,7 +455,7 @@ reporting and test statistics output.")
(define-public ghc-test-framework-hunit
(package
(name "ghc-test-framework-hunit")
- (version "0.3.0.1")
+ (version "0.3.0.2")
(source
(origin
(method url-fetch)
@@ -464,7 +464,7 @@ reporting and test statistics output.")
version ".tar.gz"))
(sha256
(base32
- "1h0h55kf6ff25nbfx1mhliwyknc0glwv3zi78wpzllbjbs7gvyfk"))))
+ "1y0b6vg8nfm43v90lxxcydhi6qlxhfy4vpxbzm5ic2w55bh8xjwm"))))
(build-system haskell-build-system)
(inputs
`(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)