Add cabal install cpphs; disable GHC 7.10+ for now

This commit is contained in:
Andrew Gibiansky 2015-03-04 18:07:26 -08:00
parent 167c36cad4
commit 30da275134

View File

@ -5,8 +5,8 @@
env:
- CABALVER=1.18 GHCVER=7.6.3
- CABALVER=1.18 GHCVER=7.8.4 # see note about Alex/Happy for GHC >= 7.8
- CABALVER=1.22 GHCVER=7.10.1
- CABALVER=head GHCVER=head # see section about GHC HEAD snapshots
# - CABALVER=1.22 GHCVER=7.10.1
# - CABALVER=head GHCVER=head # see section about GHC HEAD snapshots
# Note: the distinction between `before_install` and `install` is not important.
before_install:
@ -28,6 +28,7 @@ install:
- cabal --version
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
- travis_retry cabal update
- travis_retry cabal install cpphs
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.
script: