gnu: ghc-blaze-html: Allow build with newer HUnit.

* gnu/packages/haskell-web.scm (ghc-blaze-html)[arguments]: Allow newer HUnit.
master
Ricardo Wurmus 2018-08-15 11:43:15 +02:00 committed by Ricardo Wurmus
parent c437b8008b
commit 83c4a5bd38
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

@ -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)