From 6bb1304eada7a49eae15adff1f443b25ab2478d3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 23 May 2026 17:01:22 +0800 Subject: [PATCH] build.sh: update curator to 2.1 (57858287) which should upload hackage distro data correctly again [skip ci] --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 3537eb49..772d4b4a 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -80,7 +80,7 @@ BINDIR=$(cd $WORKDIR/bin ; pwd) cd $BINDIR rm -f curator stack -- *.bz2 -curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-8232601683259e224beda15918399af803009db0/curator.bz2" | bunzip2 > curator +curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-57858287bcb07f57810b7967deb52f6033fbe322/curator.bz2" | bunzip2 > curator chmod +x curator STACK_VERSION=3.9.3