Update travis to use ghc-8.0.2 instead of 8.0.1

This commit is contained in:
Sibi Prabakaran 2017-05-18 09:46:04 +05:30
parent 8f5b0bc238
commit cc1fa42192
No known key found for this signature in database
GPG Key ID: D19E3E0EBB557613

View File

@ -54,8 +54,8 @@ matrix:
compiler: ": #GHC 7.10.3"
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}
- env: BUILD=cabal GHCVER=8.0.1 CABALVER=head HAPPYVER=1.19.5 ALEXVER=3.1.7
compiler: ": #GHC 8.0.1"
addons: {apt: {packages: [cabal-install-head,ghc-8.0.1,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}
compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24.2.0,ghc-8.0.2,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}
# Build with the newest GHC and cabal-install. This is an accepted failure,
# see below.