File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,7 @@ BINDIR=$(cd $ROOT/work/bin ; pwd)
79
79
cd $BINDIR
80
80
rm -f curator stack -- * .bz2
81
81
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
89
83
chmod +x curator
90
84
91
85
if [ $SHORTNAME = " lts" ]; then
You can’t perform that action at this time.
0 commit comments