Travis: GHC 7.10.1 instead of GHC 7.10.2.

This commit is contained in:
Felipe Lessa 2015-05-31 14:38:33 -03:00
parent 16c4248355
commit a731cb2a8a

View File

@ -26,8 +26,8 @@ env:
#- CABALVER=1.18 GHCVER=7.8.3 #- CABALVER=1.18 GHCVER=7.8.3
#- CABALVER=1.18 GHCVER=7.8.4 #- CABALVER=1.18 GHCVER=7.8.4
- CABALVER=1.20 GHCVER=7.8.4 - CABALVER=1.20 GHCVER=7.8.4
#- CABALVER=1.22 GHCVER=7.10.1 - CABALVER=1.22 GHCVER=7.10.1
- CABALVER=1.22 GHCVER=7.10.2 #- CABALVER=1.22 GHCVER=7.10.2
- CABALVER=head GHCVER=head # see section about GHC HEAD snapshots - CABALVER=head GHCVER=head # see section about GHC HEAD snapshots
# Note: the distinction between `before_install` and `install` is not important. # Note: the distinction between `before_install` and `install` is not important.