Add ghc-7.10.2 to travis jobs

This commit is contained in:
Sumit Sahrawat 2015-08-03 02:28:37 +05:30
parent a1db0c7be1
commit 567c88942b

View File

@ -6,6 +6,7 @@ env:
- CABALVER=1.18 GHCVER=7.6.3
- CABALVER=1.18 GHCVER=7.8.4 # see note about Alex/Happy for GHC >= 7.8
- CABALVER=1.22 GHCVER=7.10.1
- CABALVER=1.22 GHCVER=7.10.2
# - CABALVER=head GHCVER=head # see section about GHC HEAD snapshots
# Note: the distinction between `before_install` and `install` is not important.