gnu: ghc-test-framework-hunit: Update Cabal file to r3.
* gnu/packages/haskell-check.scm (ghc-test-framework-hunit): Update Cabal file to r3. [arguments]: Remove unneeded "--allow-newer" configure flag.
This commit is contained in:
parent
bc8bda501c
commit
aeb1c6abd5
|
@ -508,9 +508,9 @@ reporting and test statistics output.")
|
||||||
(base32
|
(base32
|
||||||
"1y0b6vg8nfm43v90lxxcydhi6qlxhfy4vpxbzm5ic2w55bh8xjwm"))))
|
"1y0b6vg8nfm43v90lxxcydhi6qlxhfy4vpxbzm5ic2w55bh8xjwm"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
;; The official revision of the cabal file allows for HUnit lower than 1.7
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--allow-newer=HUnit")))
|
`(#:cabal-revision
|
||||||
|
("3" "0i9mlalv7cl1iq43ld5myrnpszq5rxmd79hk495dcb08rglhgl3z")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
|
`(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
|
||||||
("ghc-hunit" ,ghc-hunit)
|
("ghc-hunit" ,ghc-hunit)
|
||||||
|
|
Loading…
Reference in New Issue