[Haskell-cafe] Travis/Cabal help

Mikhail Glushenkov mikhail.glushenkov at gmail.com
Fri Sep 2 15:57:44 UTC 2016


Hi,

On 2 September 2016 at 16:55, David Feuer <david.feuer at gmail.com> wrote:
> Indeed, that fixed the problem. Unfortunately, now I have a different
> problem. The CI build with benchmarks takes *much* longer than the one
> without (I think this is mostly because of the time required to
> install Criterion's dependencies).

Try enabling caching on Travis:

https://docs.travis-ci.com/user/caching/#Arbitrary-directories
https://github.com/haskell/cabal/blob/master/.travis.yml#L86


More information about the Haskell-Cafe mailing list