gnu: ghc-blaze-html: Allow build with newer HUnit.
* gnu/packages/haskell-web.scm (ghc-blaze-html)[arguments]: Allow newer HUnit.
This commit is contained in:
parent
c437b8008b
commit
83c4a5bd38
|
@ -737,7 +737,8 @@ Strict, Transitional and Frameset variants.")
|
|||
"0r0acv47nh75bmf7kjyfvhcwz8f02rn9x0a1l80pzgyczfrsmkmf"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--allow-newer=QuickCheck")))
|
||||
`(#:configure-flags (list "--allow-newer=QuickCheck"
|
||||
"--allow-newer=HUnit")))
|
||||
(inputs
|
||||
`(("ghc-blaze-builder" ,ghc-blaze-builder)
|
||||
("ghc-text" ,ghc-text)
|
||||
|
|
Loading…
Reference in New Issue