Skip to content

Commit 484c582

Browse files
committed
Test with GHC 8.2.1, too.
1 parent 0d8c3c5 commit 484c582

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
@@ -22,6 +22,9 @@ matrix:
2222
- env: CABALVER=1.24 GHCVER=8.0.2
2323
compiler: ": #GHC 8.0.2"
2424
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
25+
- env: CABALVER=1.24 GHCVER=8.2.1
26+
compiler: ": #GHC 8.2.1"
27+
addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.1], sources: [hvr-ghc]}}
2528
- env: CABALVER=head GHCVER=head
2629
compiler: ": #GHC head"
2730
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}

OpenGL.cabal

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

0 commit comments

Comments
 (0)