Skip to content

Commit

Permalink
build.sh: bump stack to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Dec 9, 2024
1 parent 013d61c commit ebd6da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automated/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ rm -f curator stack *.bz2
curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-54cc5a95a7e29550e0fd7a48b24ddad105d223b2/curator.bz2" | bunzip2 > curator
chmod +x curator

STACK_VERSION=2.15.7
STACK_VERSION=3.1.1
# rc url
#curl -L https://github.com/commercialhaskell/stack/releases/download/rc%2Fv${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > stack
curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > stack
Expand Down

0 comments on commit ebd6da6

Please sign in to comment.