Skip to content

Commit

Permalink
Test with GHC 8.6.1, too. Updated .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Jul 23, 2018
1 parent 8fc251e commit 217d125
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,14 @@ 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
env: HADDOCK=false
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
env: HADDOCK=false
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.6.1], sources: [hvr-ghc]}}
- compiler: "ghc-head"
env: GHCHEAD=true HADDOCK=false
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-head], sources: [hvr-ghc]}}
Expand Down
3 changes: 2 additions & 1 deletion OpenGLRaw.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ tested-with:
GHC == 8.0.2
GHC == 8.2.2
GHC == 8.4.3
GHC == 8.5.*
GHC == 8.6.1
GHC == 8.7.*
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.md
Expand Down

0 comments on commit 217d125

Please sign in to comment.