From 497bc507c56dc16c46c75968c002ec31f9befbbf Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Fri, 14 Jun 2019 11:36:55 -0400 Subject: [PATCH] Cache the dist-newstyle directory. This should address #88. We might even be able to turn -O1 on again. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 29d6f3b0e..50239553b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ cache: directories: - $HOME/.cabal/packages - $HOME/.cabal/store + - $TRAVIS_BUILD_DIR/dist-newstyle before_cache: - rm -fv $HOME/.cabal/packages/hackage.haskell.org/build-reports.log