Add GHC 7.8.1 to travis-ci config

This commit is contained in:
Johan Tibell 2014-04-10 08:01:58 +02:00
parent 64e6ba1259
commit 8ce7d7ea47

View file

@ -4,6 +4,7 @@
env:
- GHCVER=7.4.2
- GHCVER=7.6.3
- GHCVER=7.8.1
# - GHCVER=head # see section about GHC HEAD snapshots
# Note: the distinction between `before_install` and `install` is not important.