gnu: ghc-test-framework-hunit: Fix build with new HUnit.

* gnu/packages/haskell-check.scm (ghc-test-framework-hunit)[arguments]: Allow
newer version of HUnit.
master
Ricardo Wurmus 2018-08-15 11:26:10 +02:00 committed by Ricardo Wurmus
parent f1ac3bba66
commit a5f7a5f6ed
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 0 deletions

View File

@ -530,6 +530,9 @@ reporting and test statistics output.")
(base32
"1y0b6vg8nfm43v90lxxcydhi6qlxhfy4vpxbzm5ic2w55bh8xjwm"))))
(build-system haskell-build-system)
;; The official revision of the cabal file allows for HUnit lower than 1.7
(arguments
`(#:configure-flags (list "--allow-newer=HUnit")))
(inputs
`(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
("ghc-hunit" ,ghc-hunit)