diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-07 04:06:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-07 04:06:10 -0400 |
commit | 11c249244a9ec185225baecb79ec9505cb79d94e (patch) | |
tree | 2d2a61019defd49d35c5868beaab56984ecd9bd4 /git-annex.cabal | |
parent | c0caa37187e9c062825dd6d5cb6be2dfa63bc7dd (diff) |
Revert "use vector in local status", which was not an improvement
This reverts commit c0caa37187e9c062825dd6d5cb6be2dfa63bc7dd.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index c8dc4bb9b..20ac48511 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -78,7 +78,7 @@ Executable git-annex Main-Is: git-annex.hs Build-Depends: MissingH, hslogger, directory, filepath, containers, utf8-string, network (>= 2.0), mtl (>= 2), - bytestring, old-locale, time, HTTP, vector, + bytestring, old-locale, time, HTTP, extensible-exceptions, dataenc, SHA, process, json, base (>= 4.5 && < 4.9), monad-control, MonadCatchIO-transformers, IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process, |