gnu: ghc-uuid-types: Allow building with newer HUnit.

* gnu/packages/haskell.scm (ghc-uuid-types)[arguments]: Allow newer HUnit.
This commit is contained in:
Ricardo Wurmus 2018-08-15 11:28:13 +02:00 committed by Ricardo Wurmus
parent 05916da70b
commit d9c36e5b7a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

@ -8698,7 +8698,8 @@ IPv4, IPv6 and MAC addresses.")
"1zdka5jnm1h6k36w3nr647yf3b5lqb336g3fkprhd6san9x52xlj"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags (list "--allow-newer=QuickCheck")))
`(#:configure-flags (list "--allow-newer=QuickCheck"
"--allow-newer=HUnit")))
(inputs `(("ghc-hashable" ,ghc-hashable)
("ghc-random" ,ghc-random)
("ghc-text" ,ghc-text)))