Include GHC 8.8 in Travis CI matrix

This commit is contained in:
Elliot Cameron 2020-03-18 11:13:27 -04:00
parent 2e066d29b4
commit a964648e00
No known key found for this signature in database
GPG Key ID: 6ABB57E3D52B0628

View File

@ -26,6 +26,8 @@ before_cache:
- rm -rfv $CABALHOME/packages/head.hackage
matrix:
include:
- compiler: ghc-8.8.3
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.8.3","cabal-install-3.0"]}}
- compiler: ghc-8.6.5
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.6.5","cabal-install-3.0"]}}
- compiler: ghc-8.4.4