summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-05-24 01:34:17 -0400
committerJoey Hess <joeyh@joeyh.name>2016-05-24 01:34:17 -0400
commitc80dce468b0660387e71e66743920b284c04f720 (patch)
tree84015ceeafc5fe58a73c1b4dd32f6238b9313435 /Makefile
parentc86fb48e2fe685434558c0ccfc27d093ce741835 (diff)
downloadgit-repair-c80dce468b0660387e71e66743920b284c04f720.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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