Add 8.0.1 support to Travis.

This commit is contained in:
Stephen Diehl
2016-06-08 19:05:43 -04:00
parent d39e014533
commit f05079bf98
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -3,3 +3,5 @@
dist
.cabal-sandbox
cabal.sandbox.config
*.hi
*.o
+1
View File
@@ -18,6 +18,7 @@ env:
- CABALVER=1.22 GHCVER=7.10.1
- CABALVER=1.22 GHCVER=7.10.2
- CABALVER=1.22 GHCVER=7.10.3
- CABALVER=1.24 GHCVER=8.0.1
- CABALVER=head GHCVER=head
# Note: the distinction between `before_install` and `install` is not