Skip to content

Commit 57a4d35

Browse files
committed
Test with GHC 7.10.2 instead of 7.10.1.
1 parent 0c85cb2 commit 57a4d35

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# It seems that we can't use the CABALVER and GHCVER environment variables in a
22
# toplevel addons.apt.packages section, so we have to duplicate things below.
3-
# Furthermore, GHC 7.10.2 is not on the whitelist yet.
4-
# TODO: Change 7.10.1 to 7.10.2 when it is whitelisted.
53
matrix:
64
include:
75
- env: CABALVER=1.16 GHCVER=7.0.4
@@ -49,15 +47,15 @@ matrix:
4947
- freeglut3-dev
5048
- cabal-install-1.20
5149
- ghc-7.8.4
52-
- env: CABALVER=1.22 GHCVER=7.10.1
50+
- env: CABALVER=1.22 GHCVER=7.10.2
5351
addons:
5452
apt:
5553
sources:
5654
- hvr-ghc
5755
packages:
5856
- freeglut3-dev
5957
- cabal-install-1.22
60-
- ghc-7.10.1
58+
- ghc-7.10.2
6159
- env: CABALVER=head GHCVER=head
6260
addons:
6361
apt:

0 commit comments

Comments
 (0)