Upgrade to ghc-8.10.7

This version has better support for m1 macbooks
This commit is contained in:
Andreas Källberg
2022-03-05 12:13:45 +08:00
parent 05fc093b5e
commit 308f4773dc
4 changed files with 17 additions and 22 deletions

View File

@@ -18,7 +18,7 @@ jobs:
ghc:
- "8.6.5"
- "8.8.3"
- "8.10.1"
- "8.10.7"
exclude:
- os: macos-latest
ghc: 8.8.3
@@ -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"]
ghc: ["7.10.3","8.0.2", "8.2.2", "8.4.4", "8.6.5", "8.8.4", "8.10.7"]
# ghc: ["8.8.3"]
steps: