[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/28: gnu: ghc-yaml: Disable tests.
From: |
guix-commits |
Subject: |
13/28: gnu: ghc-yaml: Disable tests. |
Date: |
Thu, 1 Aug 2019 12:14:04 -0400 (EDT) |
rob pushed a commit to branch wip-haskell-updates
in repository guix.
commit b637c68e5ee74b83c009173b8b3ae5591c66bd44
Author: Robert Vollmert <address@hidden>
Date: Fri Jul 26 00:07:58 2019 +0200
gnu: ghc-yaml: Disable tests.
Broken on i686.
* gnu/packages/haskell.scm (ghc-yaml): Disable tests.
---
gnu/packages/haskell.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 611176c..cdbd937 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6311,6 +6311,9 @@ back-ends.")
(base32
"0cbsyh4ilvjzq1q7pxls43k6pdqxg1l85xzibcwpbvmlvrizh86w"))))
(build-system haskell-build-system)
+ ;; skip tests since they're broken on i386, fixed in 0.10.3.0
+ ;;
https://github.com/snoyberg/yaml/commit/256c06dd7ddcd60018d0b02a06f991413fe2d80b
+ (arguments `(#:tests? #f))
(inputs
`(("ghc-conduit" ,ghc-conduit)
("ghc-resourcet" ,ghc-resourcet)
- 08/28: gnu: ghc-validation: Downgrade to 1., (continued)
- 08/28: gnu: ghc-validation: Downgrade to 1., guix-commits, 2019/08/01
- 14/28: gnu: ghc-trifecta: Disable tests., guix-commits, 2019/08/01
- 09/28: gnu: Remove ghc-regex-tdfa-rc., guix-commits, 2019/08/01
- 26/28: gnu: Add ghc-prettyclass., guix-commits, 2019/08/01
- 03/28: gnu: Remove ghc-parsec, ghc-stm, ghc-text, ghc-xhtml., guix-commits, 2019/08/01
- 06/28: Revert "gnu: ghc-ansi-terminal: Update to 0.9.1.", guix-commits, 2019/08/01
- 07/28: gnu: ghc-concurrent-output: Downgrade to 1.10.9., guix-commits, 2019/08/01
- 05/28: gnu: ghc-hedgehog: Use ghc-ansi-terminal., guix-commits, 2019/08/01
- 01/28: gnu: Add ghc-8.6., guix-commits, 2019/08/01
- 11/28: gnu: Remove ghc-packedstring., guix-commits, 2019/08/01
- 13/28: gnu: ghc-yaml: Disable tests.,
guix-commits <=
- 28/28: gnu: Add ghc-concurrent-extra., guix-commits, 2019/08/01
- 12/28: gnu: ghc-libmpd-haskell: Disable tests., guix-commits, 2019/08/01
- 10/28: gnu: Remove ghc-haddock-test., guix-commits, 2019/08/01
- 17/28: gnu: Add ghc-http-streams., guix-commits, 2019/08/01
- 16/28: gnu: Add ghc-snap-server., guix-commits, 2019/08/01
- 24/28: gnu: Add ghc-zlib-bindings., guix-commits, 2019/08/01
- 20/28: gnu: Add ghc-openssl-streams., guix-commits, 2019/08/01
- 21/28: gnu: Add ghc-language-glsl., guix-commits, 2019/08/01
- 15/28: gnu: Add ghc-snap-core., guix-commits, 2019/08/01
- 19/28: gnu: Add ghc-hsopenssl., guix-commits, 2019/08/01