[commit: packages/binary] master: Travis: Use cabal-1.18 for older ghc versions. (4853c7b)

git at git.haskell.org git at git.haskell.org
Thu Jan 22 22:36:07 UTC 2015


Repository : ssh://git@git.haskell.org/binary

On branch  : master
Link       : http://git.haskell.org/packages/binary.git/commitdiff/4853c7b467409468ac9029558c8ed3caa4a4be6c

>---------------------------------------------------------------

commit 4853c7b467409468ac9029558c8ed3caa4a4be6c
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date:   Sat Dec 27 15:34:38 2014 +0300

    Travis: Use cabal-1.18 for older ghc versions.
    
    We use the sandbox feature.


>---------------------------------------------------------------

4853c7b467409468ac9029558c8ed3caa4a4be6c
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 5127742..832819a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@
 # See https://github.com/hvr/multi-ghc-travis for more information
 
 env:
- - CABALVER=1.16 GHCVER=7.4.2
+ - CABALVER=1.18 GHCVER=7.4.2
  - CABALVER=1.18 GHCVER=7.6.3
  - CABALVER=1.18 GHCVER=7.8.3
  - CABALVER=1.22 GHCVER=7.10.1



More information about the ghc-commits mailing list