me
/
guix
Archived
1
0
Fork 0

gnu: ghc-fgl: Fix build with newer QuickCheck.

* gnu/packages/haskell.scm (ghc-fgl)[arguments]: Allow building with newer
QuickCheck.
master
Ricardo Wurmus 2018-02-13 12:00:15 +01:00
parent a49bb332a1
commit c0a541cba8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

@ -3169,6 +3169,8 @@ variety of traversals.")
(base32
"0fbyb6jxy9whgrv6dgnkzz70cmy98arx3q2gnkhgl4a3d7idh36p"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags (list "--allow-newer=QuickCheck")))
(inputs
`(("ghc-mtl" ,ghc-mtl)
("ghc-hspec" ,ghc-hspec)