summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-05-04 12:16:44 -0400
committerJoey Hess <joeyh@joeyh.name>2016-05-04 12:16:44 -0400
commit98a07ed5de97e80c389271b9cb9fa3ffa91c1bee (patch)
tree98dbd51da57d819df04282aefa749e68e5a4e13c
parentc61b677e7a67a286df34c0629c52aeae9be9299a (diff)
downloadgit-repair-98a07ed5de97e80c389271b9cb9fa3ffa91c1bee.tar.gz
git-repair.cabal: Add Setup-Depends.
-rw-r--r--debian/changelog6
-rw-r--r--git-repair.cabal3
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index efbd0a8..395b4dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+git-repair (1.20151216) UNRELEASED; urgency=medium
+
+ * git-repair.cabal: Add Setup-Depends.
+
+ -- Joey Hess <id@joeyh.name> Wed, 04 May 2016 12:16:33 -0400
+
git-repair (1.20151215) unstable; urgency=medium
* Fix insecure temporary permissions and potential denial of
diff --git a/git-repair.cabal b/git-repair.cabal
index d4583ea..25f0f2e 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -44,6 +44,9 @@ Executable git-repair
else
Build-Depends: unix
+custom-setup
+ Setup-Depends: base (>= 4.5), hslogger, MissingH
+
source-repository head
type: git
location: git://git-repair.branchable.com/