guix-commits
[Top][All Lists]
Advanced

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

32/38: gnu: ghc-math-functions: Disable tests.


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

civodul pushed a commit to branch master
in repository guix.

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

    gnu: ghc-math-functions: Disable tests.
    
    * gnu/packages/haskell.scm (ghc-math-functions)[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 600ed95..ad499f0 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7999,6 +7999,7 @@ Double.")
         (base32
          "1sv5vabsx332v1lpb6v3jv4zrzvpx1n7yprzd8wlcda5vsc5a6zp"))))
     (build-system haskell-build-system)
+    (arguments `(#:tests? #f))  ; FIXME: 1 test fails.
     (inputs
      `(("ghc-vector" ,ghc-vector)
        ("ghc-vector-th-unbox" ,ghc-vector-th-unbox)))



reply via email to

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