Skip to content

Commit

Permalink
build.sh: bump stack to latest 2.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Jul 11, 2024
1 parent a7502ce commit ebd3df2
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 @@ -82,7 +82,7 @@ chmod +x curator
echo -n "curator version: "
docker run --rm -v $(pwd)/curator:/exe $IMAGE /exe --version

STACK_VERSION=2.15.5
STACK_VERSION=2.15.7
# 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 ebd3df2

Please sign in to comment.