[Haskell-cafe] Travis/Cabal help

Moritz Kiefer moritz.kiefer at purelyfunctional.org
Fri Sep 2 05:38:55 UTC 2016


David Feuer <david.feuer at gmail.com> writes:

> Gabriel Gonzalez has gotten Cabal benchmark integration working for
> containers, and then I broke it without realizing I'd done so because
> Travis CI wasn't building the benchmarks. When I got them working again
> locally and tried enabling them in .travis.yml (just adding
> --enable-benchmarks to the cabal configure line), things went kablooey:
> https://travis-ci.org/haskell/containers/jobs/156997144
>
> Does anyone know how to interpret those entrails? Is this something that
> can be fixed?

I think you just need to add --enable-tests and --enable-benchmarks to
"cabal install --only-dependencies". Then you should also be able to
remove the manual install of test-framework and friends.

Cheers
Moritz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 800 bytes
Desc: not available
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20160902/263b612d/attachment.sig>


More information about the Haskell-Cafe mailing list