[commit: packages/haskeline] master: Add ghc-7.8.* to Travis and use a fixed Cabal version. (7821d1b)

git at git.haskell.org git at git.haskell.org
Wed Oct 28 20:04:43 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/7821d1b2a61ea1449359f4a67e76ebc61ac7a0c5

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

commit 7821d1b2a61ea1449359f4a67e76ebc61ac7a0c5
Author: Judah Jacobson <judah.jacobson at gmail.com>
Date:   Sun Mar 22 09:17:32 2015 -0700

    Add ghc-7.8.* to Travis and use a fixed Cabal version.


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

7821d1b2a61ea1449359f4a67e76ebc61ac7a0c5
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 0ccb2ed..52e138e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,9 @@ env:
  - GHCVER=7.6.1 CABALVER=1.18
  - GHCVER=7.6.2 CABALVER=1.18
  - GHCVER=7.6.3 CABALVER=1.18
+ - GHCVER=7.8.1 CABALVER=1.18
+ - GHCVER=7.8.2 CABALVER=1.18
+ - GHCVER=7.8.3 CABALVER=1.18
 
 before_install:
  - sudo add-apt-repository -y ppa:hvr/ghc
@@ -20,7 +23,7 @@ before_install:
 install:
  - cabal-$CABALVER update
  - cabal-$CABALVER install --only-dependencies
- - cabal-$CABALVER install "Cabal >= $CABALVER"
+ - cabal-$CABALVER install "Cabal == $CABALVER"
  - ghc --version
 
 script:



More information about the ghc-commits mailing list