arunisaac pushed a commit to branch master
in repository guix.
commit a3ab433a14527e1cc50f0918df748120a265bdba
Author: Arun Isaac <[email protected]>
Date: Thu Aug 23 13:00:53 2018 +0530
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 1764344..5501fb5 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)