Skip to content

Commit f37e536

Browse files
committed
Upgrade stack
1 parent b6ba361 commit f37e536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/download-stack.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -e
44

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

7-
echo '5c7a9f86c126d4af15d03ddc03f95f3ceafedd3b9d3dcc7818f2ea60ed6a0ef9 stack' | sha256sum -c
7+
echo '8e094ed173bd58a1afc19abe178013c4d40317180204deb88f4ae98be12610d4 stack' | sha256sum -c
88

99
chmod +x ./stack

0 commit comments

Comments
 (0)