From 98a07ed5de97e80c389271b9cb9fa3ffa91c1bee Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 4 May 2016 12:16:44 -0400 Subject: git-repair.cabal: Add Setup-Depends. --- debian/changelog | 6 ++++++ git-repair.cabal | 3 +++ 2 files changed, 9 insertions(+) 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 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/ -- cgit v1.2.3