Skip to content

Commit

Permalink
Update haskell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gruhn authored Mar 11, 2023
1 parent 478880b commit bb6973a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-haskell@v1
- uses: haskell/actions/setup@v2
with:
ghc-version: '8.10.3'
cabal-version: '3.2'
ghc-version: '8.10.7'
cabal-version: '3.6.2'

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

0 comments on commit bb6973a

Please sign in to comment.