Skip to content

Commit 2588bee

Browse files
committed
Test with GHC 8.0.2 instead of 8.0.1.
1 parent 71ef4fb commit 2588bee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ matrix:
1919
- env: CABALVER=1.22 GHCVER=7.10.3
2020
compiler: ": #GHC 7.10.3"
2121
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3], sources: [hvr-ghc]}}
22-
- env: CABALVER=1.24 GHCVER=8.0.1
23-
compiler: ": #GHC 8.0.1"
24-
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1], sources: [hvr-ghc]}}
22+
- env: CABALVER=1.24 GHCVER=8.0.2
23+
compiler: ": #GHC 8.0.2"
24+
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
2525
- env: CABALVER=head GHCVER=head
2626
compiler: ": #GHC head"
2727
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}

OpenGLRaw.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build-type: Simple
3030
tested-with:
3131
GHC == 7.8.4
3232
GHC == 7.10.3
33-
GHC == 8.0.1
33+
GHC == 8.0.2
3434
GHC == 8.1
3535
cabal-version: >= 1.10
3636
extra-source-files:

0 commit comments

Comments
 (0)