We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c85cb2 commit 57a4d35Copy full SHA for 57a4d35
.travis.yml
@@ -1,7 +1,5 @@
1
# It seems that we can't use the CABALVER and GHCVER environment variables in a
2
# 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.
5
matrix:
6
include:
7
- env: CABALVER=1.16 GHCVER=7.0.4
@@ -49,15 +47,15 @@ matrix:
49
47
- freeglut3-dev
50
48
- cabal-install-1.20
51
- ghc-7.8.4
52
- - env: CABALVER=1.22 GHCVER=7.10.1
+ - env: CABALVER=1.22 GHCVER=7.10.2
53
addons:
54
apt:
55
sources:
56
- hvr-ghc
57
packages:
58
59
- cabal-install-1.22
60
- - ghc-7.10.1
+ - ghc-7.10.2
61
- env: CABALVER=head GHCVER=head
62
63
0 commit comments