From a738d55ae0254820999758034ceb30b8b01741d6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Mar 2025 19:20:59 +0800 Subject: [PATCH] nightly: use stack-3.3.1 --- automated/build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 2c8da833..5dadd9c6 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -87,7 +87,11 @@ else fi chmod +x curator -STACK_VERSION=3.1.1 +if [ $SHORTNAME = "lts" ]; then + STACK_VERSION=3.1.1 +else + STACK_VERSION=3.3.1 +fi # 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