aboutsummaryrefslogtreecommitdiff
path: root/CmdLine
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-24 16:36:16 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-24 16:36:16 -0400
commitdeace9a2ffd38cca860ed993265785cf26f2762e (patch)
tree8f65b5511bc08a9a1fe6160c0c9bc19cd944a89e /CmdLine
parent63c41ea48babdf56a7eb81eb96ee9c67a8719853 (diff)
fix build
Diffstat (limited to 'CmdLine')
-rw-r--r--CmdLine/GitRemoteTorAnnex.hs4
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