Skip to content

Commit

Permalink
Upgrade stack
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Jun 4, 2023
1 parent 977ac01 commit 9d3bc13
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ci/setup-stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@

set -e

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

echo 'dc4c60b2f018aadb2ebd40d81e5d10aada881d804a69911eea2da67906fc058c stack' | sha256sum -c
echo '5c7a9f86c126d4af15d03ddc03f95f3ceafedd3b9d3dcc7818f2ea60ed6a0ef9 stack' | sha256sum -c

chmod +x ./stack

0 comments on commit 9d3bc13

Please sign in to comment.