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:
parent
245efb325b
commit
b80a6f30c8
|
@ -558,7 +558,7 @@ using Template Haskell")
|
||||||
(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 @@ using Template Haskell")
|
||||||
".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")
|
||||||
|
|
Loading…
Reference in New Issue