From c6ba6fb9bda03fa1ec43aae54197777a04a54a62 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 12 Apr 2015 12:49:11 -0400 Subject: info dir: Added information about repositories that contain files in the specified directory. This is a nearly free feature; it piggybacks on the location log lookups done for the numcopies stats. So, the only extra overhead is updating the map of repository sizes. However, I had to switch to Data.Map.Strict, which needs containers 0.5. If backporting to wheezy, will probably need to revert this commit. --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index 093c45d0e..b5ddb7d79 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -104,7 +104,7 @@ Flag network-uri Executable git-annex Main-Is: git-annex.hs Build-Depends: MissingH, hslogger, directory, filepath, - containers, utf8-string, mtl (>= 2), + containers (>= 0.5.0.0), utf8-string, mtl (>= 2), bytestring, old-locale, time, dataenc, SHA, process, json, base (>= 4.5 && < 4.9), monad-control, exceptions (>= 0.6), transformers, IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, -- cgit v1.2.3