From 4972df92bb552022ff3db1e4766ce37a8c990774 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 13 May 2024 20:24:25 +0800 Subject: [PATCH] bump our stack version to 2.15.5 --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 40bc531f..8d695c89 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -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