guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: ghc-fgl-arbitrary: Allow building with newer hspec.


From: Arun Isaac
Subject: 04/07: gnu: ghc-fgl-arbitrary: Allow building with newer hspec.
Date: Thu, 23 Aug 2018 04:09:32 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit a3ab433a14527e1cc50f0918df748120a265bdba
Author: Arun Isaac <address@hidden>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]