gnu: ghc-hunit: Update to 1.3.1.2.

* gnu/packages/haskell-check.scm (ghc-hunit): Update to 1.3.1.2.
This commit is contained in:
Ricardo Wurmus 2018-02-12 19:33:03 +01:00
parent 245efb325b
commit b80a6f30c8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -558,7 +558,7 @@ (define-public ghc-test-framework-th
(define-public ghc-hunit (define-public ghc-hunit
(package (package
(name "ghc-hunit") (name "ghc-hunit")
(version "1.2.5.2") (version "1.3.1.2")
(outputs '("out" "doc")) (outputs '("out" "doc"))
(source (source
(origin (origin
@ -569,7 +569,7 @@ (define-public ghc-hunit
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0hcs6qh8bqhip1kkjjnw7ccgcsmawdz5yvffjj5y8zd2vcsavx8a")))) "10akdh4fl615rrshxi3m5gf414il1q42z4zqyb6q4jasmscvzpms"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(home-page "http://hunit.sourceforge.net/") (home-page "http://hunit.sourceforge.net/")
(synopsis "Unit testing framework for Haskell") (synopsis "Unit testing framework for Haskell")