Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
update .github/workflows/haskell.yml - update ghc-version and cabal-v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
ghsable committed May 8, 2023
1 parent 8801d56 commit 47c01fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
with:
ghc-version: '9.0.2'
cabal-version: '3.6'
ghc-version: '9.2.7'
cabal-version: '3.10.1.0'

- name: Cache
uses: actions/cache@v3
Expand Down

0 comments on commit 47c01fb

Please sign in to comment.