me
/
guix
Archived
1
0
Fork 0

gnu: ghc-trifecta: Disable tests.

* gnu/packages/haskell.scm (ghc-trifecta)[arguments]: Disable tests.
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -3043,6 +3043,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)