;tools: just hackageupload: fix cabal files check

This commit is contained in:
Simon Michael 2025-05-16 13:40:29 -10:00
parent 7deff8a319
commit 4cb1913d2b

View File

@ -12,7 +12,7 @@ if [[ $BRANCH =~ ^[0-9.]*-(branch|release) ]]; then
read -rp "Ok ? Press enter to confirm, ctrl-c to abort: "
# last chance check (would cabal upload )
for P in $PACKAGES; do
cabal check
(cd "$P"; cabal check)
done
for P in $PACKAGES; do
stack upload "$P"