Skip to content
Snippets Groups Projects
Unverified Commit 08bb5bbb authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: ghc-test-framework-hunit: Update to 0.3.0.2.

* gnu/packages/haskell-check.scm (ghc-test-framework-hunit): Update to 0.3.0.2
parent 49b9c800
No related branches found
No related tags found
No related merge requests found
...@@ -455,7 +455,7 @@ (define-public ghc-test-framework ...@@ -455,7 +455,7 @@ (define-public ghc-test-framework
(define-public ghc-test-framework-hunit (define-public ghc-test-framework-hunit
(package (package
(name "ghc-test-framework-hunit") (name "ghc-test-framework-hunit")
(version "0.3.0.1") (version "0.3.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -464,7 +464,7 @@ (define-public ghc-test-framework-hunit ...@@ -464,7 +464,7 @@ (define-public ghc-test-framework-hunit
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1h0h55kf6ff25nbfx1mhliwyknc0glwv3zi78wpzllbjbs7gvyfk")))) "1y0b6vg8nfm43v90lxxcydhi6qlxhfy4vpxbzm5ic2w55bh8xjwm"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-extensible-exceptions" ,ghc-extensible-exceptions) `(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment