Drop GHC 7.6 compatibility.

This commit is contained in:
L. S. Leary
2018-07-28 05:13:09 +12:00
parent 259c170ac9
commit fdc3f78588
2 changed files with 1 additions and 6 deletions

View File

@@ -38,11 +38,6 @@ matrix:
addons: { apt: { packages: [cabal-install-1.18, ghc-7.8.4, libxrandr-dev] addons: { apt: { packages: [cabal-install-1.18, ghc-7.8.4, libxrandr-dev]
, sources: [hvr-ghc] , sources: [hvr-ghc]
} } } }
- env: GHCVER=7.6.3 CABALVER=1.16
compiler: ": #GHC 7.6.3"
addons: { apt: { packages: [cabal-install-1.16, ghc-7.6.3, libxrandr-dev]
, sources: [hvr-ghc]
} }
before_install: before_install:
- unset CC - unset CC

View File

@@ -36,7 +36,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: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.1, GHC==8.2.2, GHC==8.4.3 tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.1, GHC==8.2.2, GHC==8.4.3
source-repository head source-repository head
type: git type: git