From 72510474f620ec4f5827cc44291dfdacd168e310 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 13 Jun 2025 22:54:17 -0700 Subject: [PATCH] update curator --- automated/build.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index b1c6769c..a11e7654 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -79,13 +79,7 @@ BINDIR=$(cd $ROOT/work/bin ; pwd) cd $BINDIR rm -f curator stack -- *.bz2 -if [ $SHORTNAME = "lts" ]; then - # drop for lts24 - curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-54cc5a95a7e29550e0fd7a48b24ddad105d223b2/curator.bz2" | bunzip2 > curator -else - # needed for ghc-9.10 - curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-6689440033b12182c0853bdd23880a84849eb6b2/curator.bz2" | bunzip2 > curator -fi +curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-a5ec7062d97a460db0d8c4a61b240fd3e51fa5e8/curator.bz2" | bunzip2 > curator chmod +x curator if [ $SHORTNAME = "lts" ]; then