Skip to content

Commit be03591

Browse files
committed
Test with GHC 8.4.2 instead of 8.4.1.
1 parent 0316bf9 commit be03591

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,9 +40,9 @@ 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
45-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.4.1], sources: [hvr-ghc]}}
45+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.4.2], sources: [hvr-ghc]}}
4646
- compiler: "ghc-head"
4747
env: GHCHEAD=true
4848
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-head], sources: [hvr-ghc]}}

OpenGL.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tested-with:
2525
GHC == 7.10.3
2626
GHC == 8.0.2
2727
GHC == 8.2.2
28-
GHC == 8.4.1
28+
GHC == 8.4.2
2929
GHC == 8.5.*
3030
cabal-version: >= 1.10
3131
extra-source-files:

0 commit comments

Comments
 (0)