From ab53dd081322743cf3c870b93e261678dd5d382b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 11 Jan 2013 13:32:42 +0000 Subject: [PATCH] tools: test hackage upload --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ff6888c02..ca6cffcd6 100644 --- a/Makefile +++ b/Makefile @@ -802,6 +802,9 @@ tagrelease: 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; done + # send unpushed patches to the mail list send: darcs send http://joyful.com/repos/hledger --to=hledger@googlegroups.com --edit-description