From 8d973ac3b3887595b8c697e149dfb46eeb5e0001 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 17 Nov 2012 04:31:38 +0000 Subject: [PATCH] tools: upload to hackage more quietly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 898df1e93..99fed7832 100644 --- a/Makefile +++ b/Makefile @@ -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: