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

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

View File

@ -8731,7 +8731,8 @@ functions.")
"09xhk42yhxvqmka0iqrv3338asncz8cap3j0ic0ps896f2581b6z"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags (list "--allow-newer=QuickCheck")))
`(#:configure-flags (list "--allow-newer=QuickCheck"
"--allow-newer=HUnit")))
(inputs `(("ghc-cryptohash-sha1" ,ghc-cryptohash-sha1)
("ghc-cryptohash-md5" ,ghc-cryptohash-md5)
("ghc-entropy" ,ghc-entropy)