build.sh: bump stack to 2.15.1 release

This commit is contained in:
Andreas Ländle 2024-02-10 08:40:07 +01:00
parent 77a567c95b
commit e6f8adfb91

View File

@ -82,7 +82,7 @@ chmod +x curator
echo -n "curator version: "
docker run --rm -v $(pwd)/curator:/exe $IMAGE /exe --version
STACK_VERSION=2.13.1
STACK_VERSION=2.15.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