[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)
- 03/27: gnu: Remove ghc-parsec, ghc-stm, ghc-text, ghc-xhtml., (continued)
- 03/27: gnu: Remove ghc-parsec, ghc-stm, ghc-text, ghc-xhtml., guix-commits, 2019/08/01
- 27/27: gnu: Add ghc-concurrent-extra., guix-commits, 2019/08/01
- 25/27: gnu: Add ghc-prettyclass., guix-commits, 2019/08/01
- 22/27: gnu: Add ghc-io-streams-haproxy., guix-commits, 2019/08/01
- 20/27: gnu: Add ghc-language-glsl., guix-commits, 2019/08/01
- 21/27: gnu: Add ghc-readable., guix-commits, 2019/08/01
- 04/27: Revert "gnu: ghc-ansi-wl-pprint: Use ghc-ansi-terminal-0.8.", guix-commits, 2019/08/01
- 08/27: gnu: ghc-validation: Downgrade to 1., guix-commits, 2019/08/01
- 10/27: gnu: Remove ghc-haddock-test., guix-commits, 2019/08/01
- 14/27: gnu: Add ghc-snap-core., guix-commits, 2019/08/01
- 13/27: gnu: ghc-trifecta: Disable tests.,
guix-commits <=
- 17/27: gnu: Add ghc-http-common., guix-commits, 2019/08/01
- 23/27: gnu: Add ghc-zlib-bindings., guix-commits, 2019/08/01
- 24/27: gnu: Add ghc-io-streams., guix-commits, 2019/08/01
- 26/27: gnu: Add ghc-threads., guix-commits, 2019/08/01