~ruther/guix-local

c0a541cba8cdc33d3420bfc17da022de5a2a07c6 — Ricardo Wurmus 8 years ago a49bb33
gnu: ghc-fgl: Fix build with newer QuickCheck.

* gnu/packages/haskell.scm (ghc-fgl)[arguments]: Allow building with newer
QuickCheck.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/haskell.scm
M gnu/packages/haskell.scm => gnu/packages/haskell.scm +2 -0
@@ 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)