Skip to content

Commit 7251047

Browse files
committed
update curator
1 parent 4c48d06 commit 7251047

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

automated/build.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,7 @@ BINDIR=$(cd $ROOT/work/bin ; pwd)
7979
cd $BINDIR
8080
rm -f curator stack -- *.bz2
8181

82-
if [ $SHORTNAME = "lts" ]; then
83-
# drop for lts24
84-
curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-54cc5a95a7e29550e0fd7a48b24ddad105d223b2/curator.bz2" | bunzip2 > curator
85-
else
86-
# needed for ghc-9.10
87-
curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-6689440033b12182c0853bdd23880a84849eb6b2/curator.bz2" | bunzip2 > curator
88-
fi
82+
curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-a5ec7062d97a460db0d8c4a61b240fd3e51fa5e8/curator.bz2" | bunzip2 > curator
8983
chmod +x curator
9084

9185
if [ $SHORTNAME = "lts" ]; then

0 commit comments

Comments
 (0)