guix-commits
[Top][All Lists]
Advanced

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

33/38: gnu: ghc-psqueues: Disable tests.


From: Ludovic Courtès
Subject: 33/38: gnu: ghc-psqueues: Disable tests.
Date: Sat, 31 Mar 2018 13:53:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit fb812d6cff11a799db96cf28acb7b22b8d659a62
Author: rsiddharth <address@hidden>
Date:   Wed Mar 21 03:45:10 2018 +0000

    gnu: ghc-psqueues: Disable tests.
    
    * gnu/packages/haskell.scm (ghc-psqueues)[arguments]: Set #:tests? to #f.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/haskell.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ad499f0..1f68648 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7833,6 +7833,7 @@ bytestrings and their hexademical representation.")
         (base32
          "1dd6xv1wjxj1xinx155b14hijw8fafrg4096srzdzj7xyqq7qxbd"))))
     (build-system haskell-build-system)
+    (arguments `(#:tests? #f)) ; Tests require QuickCheck < 2.10
     (inputs
      `(("ghc-hashable" ,ghc-hashable)))
     (native-inputs



reply via email to

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