Add ghc 8.8.1 to CI.

This commit is contained in:
John MacFarlane 2019-08-26 13:06:04 -07:00
parent 8a26422bfc
commit faae6f16c7

View file

@ -74,6 +74,12 @@ commands:
#-----------------------------------------------------------------------------
jobs:
cabal-ghc-8_8_1:
<<: *env
steps:
- cabal_build:
ghcversion: 8.8.1
cabal-ghc-8_6_5:
<<: *env
steps:
@ -115,6 +121,7 @@ workflows:
version: "2.1"
build:
jobs:
- cabal-ghc-8_8_1
- cabal-ghc-8_6_5
- cabal-ghc-8_4_4
- cabal-ghc-8_2_2