Support more GHCs

This commit is contained in:
Michael Snoyman 2016-02-16 09:46:10 +02:00
parent 65c6d00191
commit 28b95887f2

View File

@ -25,6 +25,18 @@ matrix:
include:
# We grab the appropriate GHC and cabal-install versions from hvr's PPA. See:
# https://github.com/hvr/multi-ghc-travis
- env: BUILD=cabal GHCVER=6.12.3 CABALVER=1.16
compiler: ": #GHC 6.12.3"
addons: {apt: {packages: [cabal-install-1.16,ghc-6.12.3], sources: [hvr-ghc]}}
- env: BUILD=cabal GHCVER=7.0.4 CABALVER=1.16
compiler: ": #GHC 7.0.4"
addons: {apt: {packages: [cabal-install-1.16,ghc-7.0.4], sources: [hvr-ghc]}}
- env: BUILD=cabal GHCVER=7.2.2 CABALVER=1.16
compiler: ": #GHC 7.2.2"
addons: {apt: {packages: [cabal-install-1.16,ghc-7.2.2], sources: [hvr-ghc]}}
- env: BUILD=cabal GHCVER=7.4.2 CABALVER=1.16
compiler: ": #GHC 7.4.2"
addons: {apt: {packages: [cabal-install-1.16,ghc-7.4.2], sources: [hvr-ghc]}}
- env: BUILD=cabal GHCVER=7.6.3 CABALVER=1.16
compiler: ": #GHC 7.6.3"
addons: {apt: {packages: [cabal-install-1.16,ghc-7.6.3], sources: [hvr-ghc]}}