mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
update curator
This commit is contained in:
parent
4c48d060fd
commit
72510474f6
@ -79,13 +79,7 @@ BINDIR=$(cd $ROOT/work/bin ; pwd)
|
|||||||
cd $BINDIR
|
cd $BINDIR
|
||||||
rm -f curator stack -- *.bz2
|
rm -f curator stack -- *.bz2
|
||||||
|
|
||||||
if [ $SHORTNAME = "lts" ]; then
|
curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-a5ec7062d97a460db0d8c4a61b240fd3e51fa5e8/curator.bz2" | bunzip2 > curator
|
||||||
# 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
|
|
||||||
chmod +x curator
|
chmod +x curator
|
||||||
|
|
||||||
if [ $SHORTNAME = "lts" ]; then
|
if [ $SHORTNAME = "lts" ]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user