diff --git a/automated/build.sh b/automated/build.sh index 59e6b29e..c559a2ed 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -79,7 +79,7 @@ cd $BINDIR rm -f curator stack *.bz2 if [ $SHORTNAME = "lts" ]; then - # drop for lts24 at least if not before + # drop for lts24 curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-54cc5a95a7e29550e0fd7a48b24ddad105d223b2/curator.bz2" | bunzip2 > curator else # needed for ghc-9.10 @@ -90,7 +90,7 @@ chmod +x curator if [ $SHORTNAME = "lts" ]; then STACK_VERSION=3.1.1 else - STACK_VERSION=3.3.1 + STACK_VERSION=3.5.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 diff --git a/docker/01-build-server.sh b/docker/01-build-server.sh index 6266a188..4d09111b 100755 --- a/docker/01-build-server.sh +++ b/docker/01-build-server.sh @@ -24,6 +24,6 @@ unzip -q awscliv2.zip ) rm -rf /tmp/awscli -STACK_VERSION=3.3.1 +STACK_VERSION=3.5.1 curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > /usr/bin/stack chmod +x /usr/bin/stack