mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 03:06:30 +00:00
travis: try using --enable-per-component.
I'm hoping this fixes the problem with the ghc 7.10 builds.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user