Add CI build for ghc 8.10.1.

This commit is contained in:
John MacFarlane 2020-04-17 09:51:33 -07:00
parent a9ef15bbd5
commit f0f3cc14be

View file

@ -53,8 +53,8 @@ jobs:
cabal: '2.4'
- ghc: '8.8.1'
cabal: '3.0'
# - ghc: '8.10.1'
# cabal: '3.2'
- ghc: '8.10.1'
cabal: '3.2'
steps:
- uses: actions/checkout@v1