[commit: packages/filepath] master: Drop GHC 6.12.3 from build-matrix (5dab4b2)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:32:57 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/5dab4b2e065a8325eb5c8d98f3a92aa624e91949

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

commit 5dab4b2e065a8325eb5c8d98f3a92aa624e91949
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Mon Sep 15 22:54:09 2014 +0200

    Drop GHC 6.12.3 from build-matrix
    
    It's starting to require too many workarounds...


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

5dab4b2e065a8325eb5c8d98f3a92aa624e91949
 .travis.yml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c54ba64..babe140 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,4 @@
 env:
- - GHCVER=6.12.3
  - GHCVER=7.0.1
  - GHCVER=7.0.4
  - GHCVER=7.2.2
@@ -20,12 +19,7 @@ before_install:
 
 install:
  - cabal update
- - if [ "$GHCVER" = "6.12.3" ]; then
-      cabal install --only-dependencies;
-      cabal install 'QuickCheck==2.6.*';
-   else
-      cabal install --only-dependencies --enable-tests;
-   fi
+ - cabal install --only-dependencies --enable-tests;
    
 script:
  - cd tests/ && runghc ./GenTests.hs && cd ..



More information about the ghc-commits mailing list