mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: ghc-fgl: Fix build with newer QuickCheck.
* gnu/packages/haskell.scm (ghc-fgl)[arguments]: Allow building with newer QuickCheck.
This commit is contained in:
parent
a49bb332a1
commit
c0a541cba8
1 changed files with 2 additions and 0 deletions
|
@ -3169,6 +3169,8 @@ (define-public ghc-fgl
|
||||||
(base32
|
(base32
|
||||||
"0fbyb6jxy9whgrv6dgnkzz70cmy98arx3q2gnkhgl4a3d7idh36p"))))
|
"0fbyb6jxy9whgrv6dgnkzz70cmy98arx3q2gnkhgl4a3d7idh36p"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags (list "--allow-newer=QuickCheck")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-mtl" ,ghc-mtl)
|
`(("ghc-mtl" ,ghc-mtl)
|
||||||
("ghc-hspec" ,ghc-hspec)
|
("ghc-hspec" ,ghc-hspec)
|
||||||
|
|
Loading…
Reference in a new issue