aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-20 12:08:16 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-20 12:16:32 -0400
commit513d36ae4de0be74b12112487d8e1b12b7c7f43e (patch)
treea4f73a5db7ce011870f19b5cadb754c70d499a8f /git-annex.cabal
parent885bcb7fe1f6ec9c7aa395ba99a379aee9d2567a (diff)
implement p2p protocol for Handle
This is most of the way to having the p2p protocol working over tor hidden services, at least enough to do git push/pull. The free monad was split into two, one for network operations and the other for local (Annex) operations. This will allow git-remote-tor-annex to run only an IO action, not needing the Annex monad. This commit was sponsored by Remy van Elst on Patreon.
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 4fb4e1c3c..77c50b66e 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -920,6 +920,7 @@ Executable git-annex
Remote.Helper.Http
Remote.Helper.Messages
Remote.Helper.P2P
+ Remote.Helper.P2P.IO
Remote.Helper.ReadOnly
Remote.Helper.Special
Remote.Helper.Ssh