gnu: ghc-trifecta: Disable tests.

* gnu/packages/haskell.scm (ghc-trifecta)[arguments]: Disable tests.
This commit is contained in:
Robert Vollmert 2019-07-30 19:49:14 +02:00 committed by Timothy Sample
parent dbfaac113a
commit caa366ec23
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -3043,6 +3043,7 @@ (define-public ghc-trifecta
(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)