Skip to content

Commit 0c156f9

Browse files
committed
Test with GHC 8.2.1, too.
1 parent 2bf5035 commit 0c156f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ matrix:
3434
- env: CABALVER=1.24 GHCVER=8.0.2
3535
compiler: ": #GHC 8.0.2"
3636
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2,freeglut3-dev], sources: [hvr-ghc]}}
37+
- env: CABALVER=1.24 GHCVER=8.2.1
38+
compiler: ": #GHC 8.2.1"
39+
addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.1,freeglut3-dev], sources: [hvr-ghc]}}
3740
- env: CABALVER=head GHCVER=head
3841
compiler: ": #GHC head"
3942
addons: {apt: {packages: [cabal-install-head,ghc-head,freeglut3-dev], sources: [hvr-ghc]}}

GLUT.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ tested-with:
2323
GHC == 7.8.4
2424
GHC == 7.10.3
2525
GHC == 8.0.2
26-
GHC == 8.1
26+
GHC == 8.2.1
27+
GHC == 8.3
2728
cabal-version: >= 1.10
2829
extra-source-files:
2930
CHANGELOG.md

0 commit comments

Comments
 (0)