rekado pushed a commit to branch master
in repository guix.
commit 665615e93beb0c1825b7e37bfbd265ca32d5f8a4
Author: Timothy Sample <[email protected]>
Date: Tue Aug 28 23:16:12 2018 -0400
gnu: ghc-tasty-expected-failure: Update to 0.11.1.1.
* gnu/packages/haskell-check.scm (ghc-tasty-expected-failure): Update to
0.11.1.1.
---
gnu/packages/haskell-check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 913835a..561cf04 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -312,7 +312,7 @@ been added since previous test run.")
(define-public ghc-tasty-expected-failure
(package
(name "ghc-tasty-expected-failure")
- (version "0.11.0.4")
+ (version "0.11.1.1")
(source
(origin
(method url-fetch)
@@ -321,7 +321,7 @@ been added since previous test run.")
version ".tar.gz"))
(sha256
(base32
- "0r555f18d2gj96pjyc13chn1nxaxl81am4xgip3mvvjhw8s5mva1"))))
+ "1i2s809m644b7hgiblqay9j364r3fjj1rwbrahsn1pgr5q6mr6ji"))))
(build-system haskell-build-system)
(inputs
`(("ghc-tagged" ,ghc-tagged)