summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-23 10:52:55 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-23 10:52:55 -0400
commit359da416a078033b05cb3ba9c53ba7a00b4028f2 (patch)
tree1f611473879b69a776511f93c51c6819a89ead26
parent3a7ecacdb7714d350d0fb66777c363137ad589c3 (diff)
add more deps to Setuo-Depends
I'm told these are needed.
-rw-r--r--git-annex.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 146eeeddb..3f4e5339a 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -248,7 +248,9 @@ Executable git-annex
CPP-Options: -DWITH_BENCHMARK
custom-setup
- Setup-Depends: base (>= 4.5), hslogger, MissingH
+ Setup-Depends: base (>= 4.5), hslogger, MissingH, unix-compat, process,
+ unix, filepath, exceptions, bytestring, directory, IfElse, data-default,
+ Cabal
source-repository head
type: git