gnu: ghc-yaml: Disable tests.

* gnu/packages/haskell.scm (ghc-yaml)[arguments]: Disable tests.
This commit is contained in:
Robert Vollmert 2019-07-26 00:07:58 +02:00 committed by Timothy Sample
parent 9ec2d6f84c
commit dbfaac113a
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 3 additions and 0 deletions

View File

@ -6210,6 +6210,9 @@ back-ends.")
(base32 (base32
"0cbsyh4ilvjzq1q7pxls43k6pdqxg1l85xzibcwpbvmlvrizh86w")))) "0cbsyh4ilvjzq1q7pxls43k6pdqxg1l85xzibcwpbvmlvrizh86w"))))
(build-system haskell-build-system) (build-system haskell-build-system)
;; The tests are broken on i686. They are fixed in 0.10.3.0.
;; See https://github.com/snoyberg/yaml/issues/158
(arguments `(#:tests? #f))
(inputs (inputs
`(("ghc-conduit" ,ghc-conduit) `(("ghc-conduit" ,ghc-conduit)
("ghc-resourcet" ,ghc-resourcet) ("ghc-resourcet" ,ghc-resourcet)