Skip to content

Commit

Permalink
Dont't build with GHC 9.0.1 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Feb 16, 2021
1 parent 4f8a439 commit f0f77d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- '8.10'
include:
- os: macos-latest
ghc: latest
ghc: '8.10'
- os: windows-latest
ghc: latest
ghc: '8.10'
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
Expand Down

0 comments on commit f0f77d6

Please sign in to comment.