Skip to content

Commit 3311440

Browse files
Philipp Schusterphischu
Philipp Schuster
authored andcommitted
Drop support for GHC 7.8.4, add support for GHC 8.2.1
1 parent d41ae4c commit 3311440

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ before_cache:
1313

1414
matrix:
1515
include:
16-
- env: CABALVER=1.24 GHCVER=7.8.4
17-
compiler: ": #GHC 7.8.4"
18-
addons: {apt: {packages: [cabal-install-1.24,ghc-7.8.4,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
1916
- env: CABALVER=1.24 GHCVER=7.10.1
2017
compiler: ": #GHC 7.10.1"
2118
addons: {apt: {packages: [cabal-install-1.24,ghc-7.10.1,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
2219
- env: CABALVER=1.24 GHCVER=8.0.1
2320
compiler: ": #GHC 8.0.1"
2421
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
22+
- env: CABALVER=1.24 GHCVER=8.2.1
23+
compiler: ": #GHC 8.2.1"
24+
addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.1,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
2525

2626
before_install:
2727
- unset CC

haskell-names.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Homepage: http://documentup.com/haskell-suite/haskell-names
1111
Stability: Experimental
1212
Build-Type: Simple
1313
Cabal-Version: >= 1.10
14-
Tested-With: GHC == 7.8.4, GHC == 7.10.1, GHC == 8.0.1
14+
Tested-With: GHC == 7.10.1, GHC == 8.0.1, GHC == 8.2.1
1515

1616
extra-source-files:
1717
README.md

0 commit comments

Comments
 (0)