Skip to content

Commit

Permalink
Try GHC 9.0.2 (jaspervdj#923)
Browse files Browse the repository at this point in the history
Perhaps it fixed build failures on Windows.
  • Loading branch information
Minoru authored Mar 2, 2022
1 parent 4cc9445 commit 71a5d15
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- "8.6.5"
- "8.8.4"
- "8.10.7"
- "9.0.1"
- "9.0.2"
exclude:
- os: macOS-latest
ghc: 8.8.4
Expand All @@ -28,9 +28,6 @@ jobs:
ghc: 8.8.4
- os: windows-latest
ghc: 8.6.5
# Fails a lot with an error mentioning renameFile:renamePath:MoveFileEx
- os: windows-latest
ghc: 9.0.1

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -100,7 +97,7 @@ jobs:
strategy:
matrix:
cabal: ["3.4"]
ghc: ["9.0.1"]
ghc: ["9.0.2"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 71a5d15

Please sign in to comment.