diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-05-04 12:16:09 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-05-04 12:16:09 -0400 |
commit | fa1444365ed884b5885b88dcc0d0500addbd4e30 (patch) | |
tree | 5bf7978958e1f7db7439bb43c10e3970a2f3faa9 | |
parent | cbb02594a242e6961f09ca7eaad20ead51f23bbb (diff) |
git-annex.cabal: Add Setup-Depends.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | git-annex.cabal | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c291cab53..89ce93b54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ git-annex (6.20160420) UNRELEASED; urgency=medium * Android: Icon refresh. Thanks, freewheelinfranks. * Added DIRHASH-LOWER to external special remote protocol. + * git-annex.cabal: Add Setup-Depends. -- Joey Hess <id@joeyh.name> Thu, 28 Apr 2016 13:17:04 -0400 diff --git a/git-annex.cabal b/git-annex.cabal index 23baea6f3..c62eaeced 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -247,6 +247,9 @@ Executable git-annex Build-Depends: criterion, deepseq CPP-Options: -DWITH_BENCHMARK +custom-setup + Setup-Depends: base (>= 4.5), hslogger, MissingH + source-repository head type: git location: git://git-annex.branchable.com/ |