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:
parent
722d3bd80b
commit
665615e93b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue