From a3ab433a14527e1cc50f0918df748120a265bdba Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 23 Aug 2018 13:00:53 +0530 Subject: [PATCH] gnu: ghc-fgl-arbitrary: Allow building with newer hspec. * gnu/packages/haskell.scm (ghc-fgl-arbitrary)[arguments]: Allow building with newer hspec. --- gnu/packages/haskell.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 1764344174..5501fb59d9 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -7081,7 +7081,8 @@ supported. A module of colour names (\"Data.Colour.Names\") is provided.") "0ln1szgfy8fa78l3issq4fx3aqnnd54w3cb4wssrfi48vd5rkfjm")))) (build-system haskell-build-system) (arguments - `(#:configure-flags (list "--allow-newer=QuickCheck"))) + `(#:configure-flags (list "--allow-newer=QuickCheck" + "--allow-newer=hspec"))) (inputs `(("ghc-fgl" ,ghc-fgl) ("ghc-quickcheck" ,ghc-quickcheck)