summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorInari Listenmaa <inari.listenmaa@gmail.com>2022-05-06 03:26:00 +0200
committerGitHub <noreply@github.com>2022-05-06 03:26:00 +0200
commitec70e4a83e75691264a6f227819a90e123905a68 (patch)
tree8699c11cd01ed82a09754da9892279ae31b7c11e /.github/workflows
parent6414bc8923ddf24c65eed053d03244c054c86dcb (diff)
parente6ade90679e53e793cbe3cf0d526f11754d4b3d2 (diff)
Merge pull request #136 from mengwong/ghc9
compiles with GHC 9.0.2
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-all-versions.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-all-versions.yml b/.github/workflows/build-all-versions.yml
index 445493065..ecbcfff99 100644
--- a/.github/workflows/build-all-versions.yml
+++ b/.github/workflows/build-all-versions.yml
@@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
stack: ["latest"]
- ghc: ["7.10.3","8.0.2", "8.2.2", "8.4.4", "8.6.5", "8.8.4", "8.10.7"]
+ ghc: ["7.10.3","8.0.2", "8.2.2", "8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2"]
# ghc: ["8.8.3"]
steps: