From ebd6da649c52772fbf03f2d360811249326f6065 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Dec 2024 19:27:28 +0530 Subject: [PATCH] build.sh: bump stack to 3.1.1 --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 884b1920..db7854f7 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -81,7 +81,7 @@ rm -f curator stack *.bz2 curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-54cc5a95a7e29550e0fd7a48b24ddad105d223b2/curator.bz2" | bunzip2 > curator chmod +x curator -STACK_VERSION=2.15.7 +STACK_VERSION=3.1.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