tools: fix hackageupload-dry

This commit is contained in:
Simon Michael 2013-07-10 15:28:34 -07:00
parent b3c3b6523e
commit 8feca2fa84

View File

@ -816,11 +816,10 @@ DOWNLOAD.md: $(VERSIONFILE)
tagrelease:
git tag -a $(VERSION)
# display a hackage upload command reminder
hackageupload:
for p in $(PACKAGES); do cabal upload $$p/dist/$$p-$(VERSION).tar.gz -v2; done
hackageupload-dry:
for p in $(PACKAGES); do cabal upload $$p/dist/$$p-$(VERSION).tar.gz -v2 --check; done
hackageupload:
for p in $(PACKAGES); do cabal upload $$p/dist/$$p-$(VERSION).tar.gz -v2; done
# send unpushed patches to the mail list