guix-commits
[Top][All Lists]
Advanced

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

168/177: gnu: ghc-tar: Disable tests.


From: Ricardo Wurmus
Subject: 168/177: gnu: ghc-tar: Disable tests.
Date: Tue, 13 Feb 2018 07:38:30 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f25c95d384c906380d8851f3249738f9673f1ec3
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 12:13:12 2018 +0100

    gnu: ghc-tar: Disable tests.
    
    * gnu/packages/haskell.scm (ghc-tar)[arguments]: Disable tests.
---
 gnu/packages/haskell.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 2b2b7a1..19a78dc 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6381,6 +6381,8 @@ this problem.")
         (base32
          "18qq94j9bm91iswnxq2dm5dws5c7wm4k01q2rpf8py35cf3svnfq"))))
     (build-system haskell-build-system)
+    ;; FIXME: 2/24 tests fail.
+    (arguments `(#:tests? #f))
     (inputs
      `(("ghc-bytestring-handle" ,ghc-bytestring-handle)
        ("ghc-quickcheck" ,ghc-quickcheck)



reply via email to

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