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.
This commit is contained in:
Timothy Sample 2018-08-28 23:16:12 -04:00 committed by Ricardo Wurmus
parent 722d3bd80b
commit 665615e93b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -312,7 +312,7 @@ (define-public ghc-tasty-rerun
(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 @@ (define-public ghc-tasty-expected-failure
version ".tar.gz"))
(sha256
(base32
"0r555f18d2gj96pjyc13chn1nxaxl81am4xgip3mvvjhw8s5mva1"))))
"1i2s809m644b7hgiblqay9j364r3fjj1rwbrahsn1pgr5q6mr6ji"))))
(build-system haskell-build-system)
(inputs
`(("ghc-tagged" ,ghc-tagged)