Support ghc-9.0.1 (#131)

This commit is contained in:
Adam Wespiser
2022-02-20 20:19:01 -05:00
committed by GitHub
parent 4e11d80eb7
commit ee4d94feab
5 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ["8.10.1", "8.8.1", "8.6.5", "8.6.4", "8.6.3", "8.6.2", "8.4.4", "8.2.2", "8.0.2"]
ghc: ["9.0.1", "8.10.1", "8.8.1", "8.6.5", "8.6.4", "8.6.3", "8.6.2", "8.4.4", "8.2.2", "8.0.2"]
cabal: ["3.0", "3.2"]
env:
CONFIG: "--enable-tests --enable-benchmarks"