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:
Ricardo Wurmus 2018-02-13 12:01:50 +01:00
parent c0a541cba8
commit 54afb52e1f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

@ -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)