Add the GHC 8 target to the Travis configuration

This commit is contained in:
Nikita Volkov 2016-05-29 12:32:20 +03:00
parent d72ad544b7
commit 398fb71d11

View File

@ -2,6 +2,7 @@ env:
- ghc=7.6.1 cabal=1.18 lower_bound_dependencies=1
- ghc=7.8.1 cabal=1.18
- ghc=7.10.1 cabal=1.22 benchmarks=1 tests=1
- ghc=8.0.1 cabal=1.24
install:
# Set up the Shell to treat the semicolon as &&