Skip to content

Commit

Permalink
Bump ghc version, should fix faulty builds on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinheghan committed May 30, 2022
1 parent 6931d87 commit 4959bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: haskell/actions/setup@v1
id: setup-haskell
with:
ghc-version: '9.2.2'
ghc-version: '9.2.3'
cabal-version: '3.6'

- name: Cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: haskell/actions/setup@v1
id: setup-haskell
with:
ghc-version: '9.2.2'
ghc-version: '9.2.3'
cabal-version: '3.6'

- name: Cache
Expand Down

0 comments on commit 4959bc5

Please sign in to comment.