Skip to content

Commit 32fd68d

Browse files
committed
Test with GHC 8.4.2 instead of 8.4.1.
1 parent e9afea6 commit 32fd68d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ 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.1"
43+
- compiler: "ghc-8.4.2"
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.1], sources: [hvr-ghc]}}
46+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.4.2], sources: [hvr-ghc]}}
4747
- compiler: "ghc-head"
4848
env: GHCHEAD=true HADDOCK=false
4949
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-head], sources: [hvr-ghc]}}

OpenGLRaw.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tested-with:
3232
GHC == 7.10.3
3333
GHC == 8.0.2
3434
GHC == 8.2.2
35-
GHC == 8.4.1
35+
GHC == 8.4.2
3636
GHC == 8.5.*
3737
cabal-version: >= 1.10
3838
extra-source-files:

0 commit comments

Comments
 (0)