travis: Install Cabal library before anything else.
I'm hoping this fixes the issue with travis builds with earlier ghc versions. See https://github.com/haskell/cabal/issues/4456
This commit is contained in:
parent
4a712b476d
commit
6b43a01a3c
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ install:
|
|||
cabal)
|
||||
cabal --version
|
||||
travis_retry cabal update
|
||||
cabal install Cabal
|
||||
cabal install --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