From c801372762463db8fec8741ec67c389d0944b23f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 31 Dec 2020 16:03:00 +0800 Subject: [PATCH] Revert back to stack-2.5.1 from stack-2.3.3: seems same rebuilding This reverts commit f40638cf5c8ae7e1fbf82e5b3314a24da0d19fcd. --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 52113d7d..dc4e9f29 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -68,7 +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.3.3/stack-2.3.3-linux-x86_64-bin > stack +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 chmod +x stack echo -n "stack version: "