[commit: packages/hoopl] master: Fix typos in .travis.yml (9bd6f11)
git at git.haskell.org
git at git.haskell.org
Mon Dec 21 22:12:43 UTC 2015
Repository : ssh://git@git.haskell.org/hoopl
On branch : master
Link : http://git.haskell.org/packages/hoopl.git/commitdiff/9bd6f111357261d31e36989f21d2fd49b056e85f
>---------------------------------------------------------------
commit 9bd6f111357261d31e36989f21d2fd49b056e85f
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Apr 14 10:14:37 2015 +0200
Fix typos in .travis.yml
>---------------------------------------------------------------
9bd6f111357261d31e36989f21d2fd49b056e85f
.travis.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 05f9706..1c62b4e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ env:
- CABALVER=1.16 GHCVER=7.4.2
- CABALVER=1.16 GHCVER=7.6.3
- CABALVER=1.18 GHCVER=7.8.4
- - CABALVER=1.20 GHCVER=7.10.1
+ - CABALVER=1.22 GHCVER=7.10.1
- CABALVER=head GHCVER=head
matrix:
@@ -18,7 +18,6 @@ matrix:
before_install:
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
- travis_retry sudo apt-get update
- - travis_retry sudo apt-get install cabal-install-1.18 ghc-$GHCVER
- travis_retry sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
More information about the ghc-commits
mailing list