[commit: haddock] travis: use cabal-install-2.0 with ghc-8.2 (98ede79)
git at git.haskell.org
git at git.haskell.org
Mon Nov 20 21:07:18 UTC 2017
Repository : ssh://git@git.haskell.org/haddock
On branch : travis
Link : http://git.haskell.org/haddock.git/commitdiff/98ede799ff9ea9be09e9790f7ad4b0229e23a723
>---------------------------------------------------------------
commit 98ede799ff9ea9be09e9790f7ad4b0229e23a723
Author: alexbiehl <alex.biehl at gmail.com>
Date: Tue Apr 18 16:48:57 2017 +0200
use cabal-install-2.0 with ghc-8.2
>---------------------------------------------------------------
98ede799ff9ea9be09e9790f7ad4b0229e23a723
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index afbcb7f..b934473 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,8 @@ matrix:
include:
- env: CABALVER=head GHCVER=head
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}
- - env: CABALVER=head GHCVER=8.2.1
- addons: {apt: {packages: [cabal-install-head,ghc-8.2.1], sources: [hvr-ghc]}}
+ - env: CABALVER=2.0 GHCVER=8.2.1
+ addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1], sources: [hvr-ghc]}}
allow_failures:
- env: CABALVER=head GHCVER=head
More information about the ghc-commits
mailing list