mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -6677,6 +6677,8 @@ (define-public ghc-fgl-arbitrary
|
|||
(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 a new issue