bump our stack version to 2.15.5

This commit is contained in:
Jens Petersen 2024-05-13 20:24:25 +08:00
parent 80c5e483e0
commit 4972df92bb

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.15.3
STACK_VERSION=2.15.5
# 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