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"
+2
View File
@@ -25,6 +25,8 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.0.1
allow-failure: false
- compiler: ghc-8.10.1
allow-failure: false
- compiler: ghc-8.8.1
+3 -2
View File
@@ -19,8 +19,9 @@ jobs:
- { build: stack, resolver: "lts-12" } # ghc-8.4.4
- { build: stack, resolver: "lts-13" } # redundant because lts-14 checks ghc-8.6 already
- { build: stack, resolver: "lts-14" } # ghc-8.6.5
- { build: stack, resolver: "lts-15" } # ghc-8.8.2
- { build: stack, resolver: "lts-16" } # ghc-8.10.1
- { build: stack, resolver: "lts-15" } # ghc-8.8.3
- { build: stack, resolver: "lts-16" } # ghc-8.8.4
- { build: stack, resolver: "lts-17" } # ghc-8.10.4
# - { build: stack, resolver: "" }
# use this to include any dependencies from OS package managers
include: []