aboutsummaryrefslogtreecommitdiff
path: root/P2P
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 /P2P
parent63c41ea48babdf56a7eb81eb96ee9c67a8719853 (diff)
fix build
Diffstat (limited to 'P2P')
-rw-r--r--P2P/IO.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/P2P/IO.hs b/P2P/IO.hs
index 9a1243f52..822eb524e 100644
--- a/P2P/IO.hs
+++ b/P2P/IO.hs
@@ -12,7 +12,7 @@ module P2P.IO
, runNetProtoHandle
) where
-import Remote.Helper.P2P
+import P2P.Protocol
import Utility.Process
import Git
import Git.Command