From 53190f7156162f0354eaccd1e8f7071c228af68d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 17 Jun 2021 14:06:13 +0800 Subject: [PATCH] build.sh: use stack-2.7.1 stack-2.5 warns about not supporting Cabal-3.2 or ghc > 8.10 --- automated/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index d1965b99..c9645314 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -68,8 +68,7 @@ chmod +x curator echo -n "curator version: " docker run --rm -v $(pwd)/curator:/exe $IMAGE /exe --version -curl -L https://github.com/commercialhaskell/stack/releases/download/v2.5.1/stack-2.5.1-linux-x86_64-bin > stack -#curl -L "https://download.fpcomplete.com/stackage-curator-2/stack-fffc0a40e2253788f6b9cb7471c03fd571d69bde.bz2" | bunzip2 > stack +curl -L https://github.com/commercialhaskell/stack/releases/download/v2.7.1/stack-2.7.1-linux-x86_64-bin > stack chmod +x stack echo -n "stack version: " docker run --rm -v $(pwd)/stack:/exe $IMAGE /exe --version