fix build
This commit is contained in:
parent
bfd19e0952
commit
3ed8895a09
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -12,7 +12,7 @@ module P2P.IO
|
|||
, runNetProtoHandle
|
||||
) where
|
||||
|
||||
import Remote.Helper.P2P
|
||||
import P2P.Protocol
|
||||
import Utility.Process
|
||||
import Git
|
||||
import Git.Command
|
||||
|
|
|
@ -13,8 +13,8 @@ import RemoteDaemon.Common
|
|||
import Utility.Tor
|
||||
import Utility.FileMode
|
||||
import Remote.Helper.Tor
|
||||
import Remote.Helper.P2P
|
||||
import Remote.Helper.P2P.IO
|
||||
import P2P.Protocol
|
||||
import P2P.IO
|
||||
import Annex.UUID
|
||||
import Types.UUID
|
||||
import Messages
|
||||
|
|
Loading…
Add table
Reference in a new issue