Adding GHC 7.10 to travis tests

This commit is contained in:
Andrew Gibiansky 2015-04-07 11:05:11 -07:00
parent 5e12d47834
commit b7205e86d0

View File

@ -5,7 +5,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.1
# - CABALVER=head GHCVER=head # see section about GHC HEAD snapshots
# Note: the distinction between `before_install` and `install` is not important.