rob pushed a commit to branch wip-haskell-updates
in repository guix.
commit ab691fe83c3d4ab526e5f9877eea2b39113dfd1c
Author: Robert Vollmert <[email protected]>
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 ed3d028..459e12a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6340,6 +6340,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)