summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-04 12:16:09 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-04 12:16:09 -0400
commitfa1444365ed884b5885b88dcc0d0500addbd4e30 (patch)
tree5bf7978958e1f7db7439bb43c10e3970a2f3faa9 /git-annex.cabal
parentcbb02594a242e6961f09ca7eaad20ead51f23bbb (diff)
git-annex.cabal: Add Setup-Depends.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal3
1 files changed, 3 insertions, 0 deletions
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/