Fix travis build on GHC head

This commit is contained in:
Benno Fünfstück 2013-12-23 13:57:03 +01:00
parent 0b715971d2
commit 08f24690ef

View File

@ -6,8 +6,9 @@ env:
before_install:
- sudo add-apt-repository -y ppa:hvr/ghc
- sudo apt-get update
- sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER happy hlint
- export PATH=/opt/ghc/$GHCVER/bin:$PATH
- sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER hlint
- cabal-$CABALVER install happy -j
- export PATH=/opt/ghc/$GHCVER/bin:~/.cabal/bin:$PATH
install:
- cabal-$CABALVER update