[commit: packages/haskeline] master: Undo previous commit. (28554c4)

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


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

On branch  : master
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/28554c4f18bfde4955ce02759e4a540e56550564

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

commit 28554c4f18bfde4955ce02759e4a540e56550564
Author: Judah Jacobson <judah.jacobson at gmail.com>
Date:   Sun Mar 22 09:49:06 2015 -0700

    Undo previous commit.


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

28554c4f18bfde4955ce02759e4a540e56550564
 .travis.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 52e138e..0ccb2ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,9 +10,6 @@ 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
@@ -23,7 +20,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