gnu: ghc-fgl-arbitrary: Fix build with newer QuickCheck.
* gnu/packages/haskell.scm (ghc-fgl-arbitrary)[arguments]: Allow building with newer QuickCheck.
This commit is contained in:
parent
c0a541cba8
commit
54afb52e1f
|
@ -6677,6 +6677,8 @@ files and directories in a portable way.")
|
|||
(base32
|
||||
"0ln1szgfy8fa78l3issq4fx3aqnnd54w3cb4wssrfi48vd5rkfjm"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--allow-newer=QuickCheck")))
|
||||
(inputs
|
||||
`(("ghc-fgl" ,ghc-fgl)
|
||||
("ghc-quickcheck" ,ghc-quickcheck)
|
||||
|
|
Loading…
Reference in New Issue