Skip to content

Commit

Permalink
Upgrade stack
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Feb 10, 2024
1 parent 0d37313 commit 57c919d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/download-stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

curl --location --output stack https://github.com/commercialhaskell/stack/releases/download/v2.11.1/stack-2.11.1-linux-x86_64-bin
curl --location --output stack https://github.com/commercialhaskell/stack/releases/download/v2.15.1/stack-2.15.1-linux-x86_64-bin

echo '5c7a9f86c126d4af15d03ddc03f95f3ceafedd3b9d3dcc7818f2ea60ed6a0ef9 stack' | sha256sum -c
echo '8e094ed173bd58a1afc19abe178013c4d40317180204deb88f4ae98be12610d4 stack' | sha256sum -c

chmod +x ./stack

0 comments on commit 57c919d

Please sign in to comment.