Fix #107: support ghc-8.8 (#108)

* Fix #107: support ghc-8.8

* Add travis build for ghc 8.8.1
This commit is contained in:
Pi3r
2019-10-08 11:43:18 +02:00
committed by Stephen Diehl
parent 2770a143d0
commit 65c61c1d63
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -22,6 +22,7 @@ env:
- CABALVER=2.0 GHCVER=8.2.2
- CABALVER=2.2 GHCVER=8.4.1
- CABALVER=2.4 GHCVER=8.6.1
- CABALVER=2.4 GHCVER=8.8.1
# Note: the distinction between `before_install` and `install` is not
# important.