Fix travis

This commit is contained in:
Julian Ospald 2016-05-30 13:18:56 +02:00
parent f6a9c46c9a
commit af95c1ecfb
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -20,12 +20,12 @@ matrix:
# workaround since CABALVER=1.24 doesn't work yet
before_install:
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
- travis_retry cabal update
- cabal install cabal-1.24.0.0
- export PATH="~/.cabal/bin:$PATH"
install:
- cabal --version
- travis_retry cabal update
- cabal sandbox init
- cabal install alex happy
- export PATH="$(pwd)/.cabal-sandbox/bin:$PATH"