travis: try using --enable-per-component.
I'm hoping this fixes the problem with the ghc 7.10 builds.
This commit is contained in:
parent
daeb03dcce
commit
2c30507294
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue