From d8f07fad09f3b5b0c586dd8a4ba23b19efef6152 Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Sun, 23 Jul 2017 23:11:30 +0100 Subject: Use cabal-2.0 for 8.2.1 (#3814) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dbccb151c..567daef50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,9 +43,9 @@ 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 + - env: BUILD=cabal GHCVER=8.2.1 CABALVER=2.0 compiler: ": #GHC 8.2.1" - addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.1,happy-1.19.5], sources: [hvr-ghc]}} + addons: {apt: {packages: [cabal-install-2.0,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. -- cgit v1.2.3