Skip to content

Commit

Permalink
Test with GHC 8.4.3 instead of 8.4.2. Test with GHC 8.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Jul 25, 2018
1 parent 06afb4a commit e1ad927
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ matrix:
- compiler: "ghc-8.2.2"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.2.2], sources: [hvr-ghc]}}
- compiler: "ghc-8.4.2"
- compiler: "ghc-8.4.3"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.4.2], sources: [hvr-ghc]}}
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.4.3], sources: [hvr-ghc]}}
- compiler: "ghc-8.6.1"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.6.1], sources: [hvr-ghc]}}
- compiler: "ghc-head"
env: GHCHEAD=true
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-head], sources: [hvr-ghc]}}
Expand Down
5 changes: 3 additions & 2 deletions OpenGL.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ tested-with:
GHC == 7.10.3
GHC == 8.0.2
GHC == 8.2.2
GHC == 8.4.2
GHC == 8.5.*
GHC == 8.4.3
GHC == 8.6.1
GHC == 8.7.*
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.md
Expand Down

0 comments on commit e1ad927

Please sign in to comment.