tools: upload to hackage more quietly

This commit is contained in:
Simon Michael 2012-11-17 04:31:38 +00:00
parent 180bdd382b
commit 8d973ac3b3

View File

@ -785,7 +785,7 @@ tagrelease:
# display a hackage upload command reminder
hackageupload:
for p in $(PACKAGES); do cabal upload $$p/dist/$$p-$(VERSION).tar.gz -v3; done
for p in $(PACKAGES); do cabal upload $$p/dist/$$p-$(VERSION).tar.gz -v2; done
# send unpushed patches to the mail list
send: