gnu: ghc-uuid: Fix build.
* gnu/packages/haskell.scm (ghc-uuid)[arguments]: Allow building with a newer version of QuickCheck.
This commit is contained in:
parent
04e7b1e7f9
commit
1debc5b9d2
|
@ -8532,6 +8532,8 @@ functions.")
|
||||||
(base32
|
(base32
|
||||||
"09xhk42yhxvqmka0iqrv3338asncz8cap3j0ic0ps896f2581b6z"))))
|
"09xhk42yhxvqmka0iqrv3338asncz8cap3j0ic0ps896f2581b6z"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags (list "--allow-newer=QuickCheck")))
|
||||||
(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