Skip to content

Commit f93564a

Browse files
committed
Test with GHC 8.0.2 instead of 8.0.1.
1 parent a386914 commit f93564a

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
@@ -31,9 +31,9 @@ matrix:
3131
- env: CABALVER=1.22 GHCVER=7.10.3
3232
compiler: ": #GHC 7.10.3"
3333
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,freeglut3-dev], sources: [hvr-ghc]}}
34-
- env: CABALVER=1.24 GHCVER=8.0.1
35-
compiler: ": #GHC 8.0.1"
36-
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1,freeglut3-dev], sources: [hvr-ghc]}}
34+
- env: CABALVER=1.24 GHCVER=8.0.2
35+
compiler: ": #GHC 8.0.2"
36+
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2,freeglut3-dev], sources: [hvr-ghc]}}
3737
- env: CABALVER=head GHCVER=head
3838
compiler: ": #GHC head"
3939
addons: {apt: {packages: [cabal-install-head,ghc-head,freeglut3-dev], sources: [hvr-ghc]}}

GLUT.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tested-with:
2222
GHC == 7.6.3
2323
GHC == 7.8.4
2424
GHC == 7.10.3
25-
GHC == 8.0.1
25+
GHC == 8.0.2
2626
GHC == 8.1
2727
cabal-version: >= 1.10
2828
extra-source-files:

0 commit comments

Comments
 (0)