Skip to content

Commit

Permalink
stack 2.15.7 works with ghc-9.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher committed Jun 17, 2024
1 parent 752baba commit ad42b75
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ghc-9.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
with:
ghc-version: '9.6.4'
enable-stack: true
stack-version: 'latest'
- name: Upgrade stack from git
run: |-
stack upgrade --git
echo "$HOME/.local/bin" >> $GITHUB_PATH
which stack
stack --version
shell: bash
stack-version: '2.15.7'
# - name: Upgrade stack from git
# run: |-
# stack upgrade --git
# echo "$HOME/.local/bin" >> $GITHUB_PATH
# which stack
# stack --version
# shell: bash
- name: Install build tools
run: brew install automake
if: matrix.os == 'macos'
Expand Down

0 comments on commit ad42b75

Please sign in to comment.