~ruther/guix-local

54afb52e1fba45e266b4222d2f25f518522671c2 — Ricardo Wurmus 8 years ago c0a541c
gnu: ghc-fgl-arbitrary: Fix build with newer QuickCheck.

* gnu/packages/haskell.scm (ghc-fgl-arbitrary)[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
@@ 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)