guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: ghc-edit-distance: Allow newer version of QuickCheck.


From: Marius Bakke
Subject: 01/04: gnu: ghc-edit-distance: Allow newer version of QuickCheck.
Date: Sun, 25 Feb 2018 19:44:38 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9f29ecc1b1d1da57afea71cf1a028a84a9399003
Author: Alex ter Weele <address@hidden>
Date:   Tue Feb 20 18:49:41 2018 -0600

    gnu: ghc-edit-distance: Allow newer version of QuickCheck.
    
    * gnu/packages/haskell.scm (ghc-edit-distance)[arguments]: Allow running 
tests
      with newer version of QuickCheck.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/haskell.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index e62c405..737b7a4 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5755,6 +5755,8 @@ representations of current time.")
        (sha256
         (base32 "0jkca97zyv23yyilp3jydcrzxqhyk27swhzh82llvban5zp8b21y"))))
     (build-system haskell-build-system)
+    (arguments
+     `(#:configure-flags (list "--allow-newer=QuickCheck")))
     (inputs
      `(("ghc-random" ,ghc-random)
        ("ghc-test-framework" ,ghc-test-framework)



reply via email to

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