From c80dce468b0660387e71e66743920b284c04f720 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 24 May 2016 01:34:17 -0400 Subject: Updated cabal file explictly lists source files. The tarball on hackage will include only the files needed for cabal install; it is NOT the full git-repair source tree. debian/changelog: Converted to symlinks to CHANGELOG. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dcdcbbb..19312be 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ clean: # Upload to hackage. hackage: clean - ./Build/make-sdist.sh + @cabal sdist @cabal upload dist/*.tar.gz # hothasktags chokes on some template haskell etc, so ignore errors -- cgit v1.2.3