diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-11-24 16:36:16 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-11-24 16:36:16 -0400 |
commit | deace9a2ffd38cca860ed993265785cf26f2762e (patch) | |
tree | 8f65b5511bc08a9a1fe6160c0c9bc19cd944a89e /CmdLine/GitRemoteTorAnnex.hs | |
parent | 63c41ea48babdf56a7eb81eb96ee9c67a8719853 (diff) |
fix build
Diffstat (limited to 'CmdLine/GitRemoteTorAnnex.hs')
-rw-r--r-- | CmdLine/GitRemoteTorAnnex.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CmdLine/GitRemoteTorAnnex.hs b/CmdLine/GitRemoteTorAnnex.hs index 3282cc081..3b2dcc050 100644 --- a/CmdLine/GitRemoteTorAnnex.hs +++ b/CmdLine/GitRemoteTorAnnex.hs @@ -10,8 +10,8 @@ module CmdLine.GitRemoteTorAnnex where import Common import qualified Annex import qualified Git.CurrentRepo -import Remote.Helper.P2P -import Remote.Helper.P2P.IO +import P2P.Protocol +import P2P.IO import Remote.Helper.Tor import Utility.Tor import Utility.AuthToken |