gnu: ghc-uuid: Allow building with newer HUnit.
* gnu/packages/haskell.scm (ghc-uuid)[arguments]: Allow newer HUnit.
This commit is contained in:
parent
d9c36e5b7a
commit
5c51cdb962
|
@ -8731,7 +8731,8 @@ functions.")
|
||||||
"09xhk42yhxvqmka0iqrv3338asncz8cap3j0ic0ps896f2581b6z"))))
|
"09xhk42yhxvqmka0iqrv3338asncz8cap3j0ic0ps896f2581b6z"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--allow-newer=QuickCheck")))
|
`(#:configure-flags (list "--allow-newer=QuickCheck"
|
||||||
|
"--allow-newer=HUnit")))
|
||||||
(inputs `(("ghc-cryptohash-sha1" ,ghc-cryptohash-sha1)
|
(inputs `(("ghc-cryptohash-sha1" ,ghc-cryptohash-sha1)
|
||||||
("ghc-cryptohash-md5" ,ghc-cryptohash-md5)
|
("ghc-cryptohash-md5" ,ghc-cryptohash-md5)
|
||||||
("ghc-entropy" ,ghc-entropy)
|
("ghc-entropy" ,ghc-entropy)
|
||||||
|
|
Loading…
Reference in New Issue