guix-commits
[Top][All Lists]
Advanced

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

13/27: gnu: ghc-trifecta: Disable tests.


From: guix-commits
Subject: 13/27: gnu: ghc-trifecta: Disable tests.
Date: Thu, 1 Aug 2019 12:07:12 -0400 (EDT)

rob pushed a commit to branch wip-haskell-updates
in repository guix.

commit 7d046cf6f186081f66faf33fba041b5ed230549a
Author: Robert Vollmert <address@hidden>
Date:   Tue Jul 30 19:49:14 2019 +0200

    gnu: ghc-trifecta: Disable tests.
    
    Broken on i686.
    
    * gnu/packages/haskell.scm (ghc-trifecta): Disable tests.
---
 gnu/packages/haskell.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 459e12a..0635376 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3129,6 +3129,7 @@ the parsers provided by @code{parsec}, @code{attoparsec} 
and @code{base}'s
                (base32
                 "0hznd8i65s81xy13i2qc7cvipw3lfb2yhkv53apbdsh6sbljz5sk"))))
     (build-system haskell-build-system)
+    (arguments `(#:tests? #f)) ;; doctest suite fails to build on i686
     (inputs
      `(("ghc-reducers" ,ghc-reducers)
        ("ghc-semigroups" ,ghc-semigroups)



reply via email to

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