[commit: packages/bytestring] master: travis: Use Cabal 1.24 when building for GHC HEAD (acc6924)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:31:00 UTC 2017
Repository : ssh://git@git.haskell.org/bytestring
On branch : master
Link : http://git.haskell.org/packages/bytestring.git/commitdiff/acc6924029822965a3d2fac2d975e5623fa3f1c4
>---------------------------------------------------------------
commit acc6924029822965a3d2fac2d975e5623fa3f1c4
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon May 16 13:32:23 2016 +0200
travis: Use Cabal 1.24 when building for GHC HEAD
>---------------------------------------------------------------
acc6924029822965a3d2fac2d975e5623fa3f1c4
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 421cfff..6d47092 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,11 +7,11 @@ env:
- GHCVER=7.6.3 CABALVER=1.16
- GHCVER=7.8.2 CABALVER=1.18
- GHCVER=7.8.3 CABALVER=1.18
- - GHCVER=head CABALVER=1.20
+ - GHCVER=head CABALVER=1.24
matrix:
allow_failures:
- - env: GHCVER=head CABALVER=1.20
+ - env: GHCVER=head CABALVER=1.24
before_install:
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
More information about the ghc-commits
mailing list