1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-28 02:31:51 -07:00

Update GHC versions to a more reasonable list

This commit is contained in:
Peter Jones
2016-12-14 14:29:52 -07:00
parent 6eac81cf51
commit f1de0413da
2 changed files with 8 additions and 11 deletions

@@ -13,18 +13,18 @@ before_cache:
matrix: matrix:
include: include:
- env: CABALVER=1.16 GHCVER=7.4.2
compiler: ": #GHC 7.4.2"
addons: {apt: {packages: [cabal-install-1.16,ghc-7.4.2], sources: [hvr-ghc]}}
- env: CABALVER=1.16 GHCVER=7.6.3 - env: CABALVER=1.16 GHCVER=7.6.3
compiler: ": #GHC 7.6.3" compiler: ": #GHC 7.6.3"
addons: {apt: {packages: [cabal-install-1.16,ghc-7.6.3], sources: [hvr-ghc]}} addons: {apt: {packages: [cabal-install-1.16,ghc-7.6.3], sources: [hvr-ghc]}}
- env: CABALVER=1.18 GHCVER=7.8.4 - env: CABALVER=1.18 GHCVER=7.8.4
compiler: ": #GHC 7.8.4" compiler: ": #GHC 7.8.4"
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.4], sources: [hvr-ghc]}} addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.4], sources: [hvr-ghc]}}
- env: CABALVER=1.22 GHCVER=7.10.2 - env: CABALVER=1.22 GHCVER=7.10.3
compiler: ": #GHC 7.10.2" compiler: ": #GHC 7.10.3"
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.2], sources: [hvr-ghc]}} addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3], sources: [hvr-ghc]}}
- env: CABALVER=1.24 GHCVER=8.0.1
compiler: ": #GHC 8.0.1"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1], sources: [hvr-ghc]}}
before_install: before_install:
- unset CC - unset CC
@@ -47,7 +47,7 @@ install:
- sed -i -e '1,/^Resolving /d' installplan.txt; cat installplan.txt - sed -i -e '1,/^Resolving /d' installplan.txt; cat installplan.txt
# check whether current requested install-plan matches cached package-db snapshot # check whether current requested install-plan matches cached package-db snapshot
- if diff -u installplan.txt $HOME/.cabsnap/installplan.txt; - if diff -u $HOME/.cabsnap/installplan.txt installplan.txt;
then then
echo "cabal build-cache HIT"; echo "cabal build-cache HIT";
rm -rfv .ghc; rm -rfv .ghc;

@@ -35,10 +35,7 @@ cabal-version: >= 1.6
build-type: Simple build-type: Simple
bug-reports: https://github.com/xmonad/xmonad-contrib/issues bug-reports: https://github.com/xmonad/xmonad-contrib/issues
tested-with: tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.1
GHC==7.6.3,
GHC==7.8.4,
GHC==7.10.2
source-repository head source-repository head
type: git type: git