update curator

This commit is contained in:
Dan Burton 2025-06-13 22:54:17 -07:00
parent 4c48d060fd
commit 72510474f6
No known key found for this signature in database
GPG Key ID: 41F154F410EC12E0

View File

@ -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