guix-commits
[Top][All Lists]
Advanced

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

42/177: gnu: ghc-exceptions: Allow newer version of QuickCheck.


From: Ricardo Wurmus
Subject: 42/177: gnu: ghc-exceptions: Allow newer version of QuickCheck.
Date: Tue, 13 Feb 2018 07:38:08 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e2d3e4d69c346095dec0643fd6d26687e8ac1c33
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 21:37:10 2018 +0100

    gnu: ghc-exceptions: Allow newer version of QuickCheck.
    
    * gnu/packages/haskell.scm (ghc-exceptions)[arguments]: Allow running tests
    with newer version of QuickCheck.
---
 gnu/packages/haskell.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 5722947..a4bc9a7 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2831,6 +2831,8 @@ online}.")
         (base32
          "1gl7xzffsqmigam6zg0jsglncgzxqafld2p6kb7ccp9xirzdjsjd"))))
     (build-system haskell-build-system)
+    (arguments
+     `(#:configure-flags (list "--allow-newer=QuickCheck")))
     (native-inputs
      `(("ghc-test-framework" ,ghc-test-framework)
        ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))



reply via email to

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