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

View file

@ -8731,7 +8731,8 @@ (define-public ghc-uuid
"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)