gnu: ghc-tasty-ant-xml: Update to 1.1.4.

* gnu/packages/haskell-check.scm (ghc-tasty-ant-xml): Update to 1.1.4.
master
Arun Isaac 2018-09-04 15:21:56 +05:30
parent 3ad6b89090
commit 8374cc4b05
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
(define-public ghc-tasty-ant-xml
(package
(name "ghc-tasty-ant-xml")
(version "1.0.2")
(version "1.1.4")
(source
(origin
(method url-fetch)
@ -49,7 +49,7 @@
".tar.gz"))
(sha256
(base32
"0pgz2lclg2hp72ykljcbxd88pjanfdfk8m5vb2qzcyjr85kwrhxv"))))
"0v0gsb90kh6hwlgxbclzawsskywc6yf7n8xhiifia97l4y0yx2m8"))))
(build-system haskell-build-system)
(inputs
`(("ghc-generic-deriving" ,ghc-generic-deriving)