aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-02 13:50:56 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-02 13:52:43 -0400
commit9d6ee2fe7fa1ec5511070a964ba35d9c9711e235 (patch)
tree8877c12f7cd694375c8efad54be804a2f8d35631 /git-annex.cabal
parentce831b4569e17acf44465324afb0dfb674fa04d0 (diff)
make remote-daemon able to send and receive objects over tor
Each worker thread needs to run in the Annex monad, but the remote-daemon's liftAnnex can only run 1 action at a time. Used Annex.Concurrent to deal with that. P2P.Annex is incomplete as of yet.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 6991d2a04..f6d8c5482 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -908,6 +908,7 @@ Executable git-annex
Messages.JSON
Messages.Progress
P2P.Address
+ P2P.Annex
P2P.Auth
P2P.IO
P2P.Protocol