From 3b4833151fb1f4d5cda774915fe3023a84aaae17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Tue, 1 Jul 2025 06:38:15 +0200 Subject: [PATCH] Use curator build against `persistent-2.17`. --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index d35e7296..b199ec9f 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -79,7 +79,7 @@ BINDIR=$(cd $ROOT/work/bin ; pwd) cd $BINDIR rm -f curator stack -- *.bz2 -curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-a5ec7062d97a460db0d8c4a61b240fd3e51fa5e8/curator.bz2" | bunzip2 > curator +curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-fa212c6aef0fabd90462168ef924290b4e3c82bd/curator.bz2" | bunzip2 > curator chmod +x curator STACK_VERSION=3.7.1