Skip to content

Commit 217d125

Browse files
committed
Test with GHC 8.6.1, too. Updated .travis.yml.
1 parent 8fc251e commit 217d125

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,14 @@ matrix:
4040
- compiler: "ghc-8.2.2"
4141
# env: TEST=--disable-tests BENCH=--disable-benchmarks
4242
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.2.2], sources: [hvr-ghc]}}
43-
- compiler: "ghc-8.4.2"
43+
- compiler: "ghc-8.4.3"
4444
# env: TEST=--disable-tests BENCH=--disable-benchmarks
4545
env: HADDOCK=false
46-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.4.2], sources: [hvr-ghc]}}
46+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.4.3], sources: [hvr-ghc]}}
47+
- compiler: "ghc-8.6.1"
48+
# env: TEST=--disable-tests BENCH=--disable-benchmarks
49+
env: HADDOCK=false
50+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.6.1], sources: [hvr-ghc]}}
4751
- compiler: "ghc-head"
4852
env: GHCHEAD=true HADDOCK=false
4953
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-head], sources: [hvr-ghc]}}

OpenGLRaw.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ tested-with:
3333
GHC == 8.0.2
3434
GHC == 8.2.2
3535
GHC == 8.4.3
36-
GHC == 8.5.*
36+
GHC == 8.6.1
37+
GHC == 8.7.*
3738
cabal-version: >= 1.10
3839
extra-source-files:
3940
CHANGELOG.md

0 commit comments

Comments
 (0)