Travis: cabal build for ghc 8.2.1 RC.

This commit is contained in:
John MacFarlane 2017-07-13 21:51:26 +02:00
parent 9c79a518ac
commit 247257ed3e

View file

@ -43,6 +43,10 @@ matrix:
compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2,happy-1.19.5], sources: [hvr-ghc]}}
- env: BUILD=cabal GHCVER=8.2.1 CABALVER=1.24
compiler: ": #GHC 8.2.1"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.1,happy-1.19.5], sources: [hvr-ghc]}}
# Build with the newest GHC and cabal-install. This is an accepted failure,
# see below.
# - env: BUILD=cabal GHCVER=head CABALVER=head
@ -70,6 +74,7 @@ matrix:
allow_failures:
- env: BUILD=cabal GHCVER=head CABALVER=head
- env: BUILD=cabal GHCVER=8.2.1 CABALVER=1.24
- env: BUILD=stack ARGS="--resolver nightly"
fast_finish: true