Skip to content

Commit

Permalink
Update stack version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Memorytaco committed Aug 18, 2024
1 parent 8bf587b commit 2925d0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
with:
stack-setup-ghc: true
enable-stack: true
stack-version: '2.13.1'
cabal-version: '3.6.0.0'
stack-version: '3.1.1'
cabal-version: '3.10.1.0'

- name: LLVM Environment
run: |
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
with:
stack-setup-ghc: true
enable-stack: true
stack-version: '2.13.1'
cabal-version: '3.6.0.0'
stack-version: '3.1.1'
cabal-version: '3.10.1.0'

- name: LLVM Environment
run: |
Expand Down

0 comments on commit 2925d0b

Please sign in to comment.