guix-patches
[Top][All Lists]
Advanced

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

[bug#30892] [PATCH 32/37] gnu: ghc-psqueues: Disable tests.


From: rsiddharth
Subject: [bug#30892] [PATCH 32/37] gnu: ghc-psqueues: Disable tests.
Date: Wed, 21 Mar 2018 03:45:10 +0000

* gnu/packages/haskell.scm
(ghc-psqueues)[arguments]: Set #:tests? to #f.
---
 gnu/packages/haskell.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d39921be4..dcad48d0d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8047,6 +8047,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
-- 
2.16.2






reply via email to

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