diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-06-28 14:54:38 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-06-28 14:54:38 +0200 |
commit | 2c30507294bb78562ffabc07cceb960ae4b5c6bf (patch) | |
tree | 7a1bdafeaa42248c979af4e491cdd69e330132fc | |
parent | daeb03dcce0d37d39362ac805a001b16e343abba (diff) | |
download | pandoc-2c30507294bb78562ffabc07cceb960ae4b5c6bf.tar.gz |
travis: try using --enable-per-component.
I'm hoping this fixes the problem with the ghc 7.10 builds.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9efdf0747..7752e6eda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -113,7 +113,7 @@ install: cabal) cabal --version travis_retry cabal update - cabal install --disable-optimization --only-dependencies --flags="$FLAGS" --enable-tests --force-reinstalls --reorder-goals --max-backjumps=-1 $CABALARGS + cabal install --enable-per-component --disable-optimization --only-dependencies --flags="$FLAGS" --enable-tests --force-reinstalls --reorder-goals --max-backjumps=-1 $CABALARGS ;; esac |