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 Common
|
||||||
import qualified Annex
|
import qualified Annex
|
||||||
import qualified Git.CurrentRepo
|
import qualified Git.CurrentRepo
|
||||||
import Remote.Helper.P2P
|
import P2P.Protocol
|
||||||
import Remote.Helper.P2P.IO
|
import P2P.IO
|
||||||
import Remote.Helper.Tor
|
import Remote.Helper.Tor
|
||||||
import Utility.Tor
|
import Utility.Tor
|
||||||
import Utility.AuthToken
|
import Utility.AuthToken
|
||||||
|
|
|
@ -12,7 +12,7 @@ module P2P.IO
|
||||||
, runNetProtoHandle
|
, runNetProtoHandle
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Remote.Helper.P2P
|
import P2P.Protocol
|
||||||
import Utility.Process
|
import Utility.Process
|
||||||
import Git
|
import Git
|
||||||
import Git.Command
|
import Git.Command
|
||||||
|
|
|
@ -13,8 +13,8 @@ import RemoteDaemon.Common
|
||||||
import Utility.Tor
|
import Utility.Tor
|
||||||
import Utility.FileMode
|
import Utility.FileMode
|
||||||
import Remote.Helper.Tor
|
import Remote.Helper.Tor
|
||||||
import Remote.Helper.P2P
|
import P2P.Protocol
|
||||||
import Remote.Helper.P2P.IO
|
import P2P.IO
|
||||||
import Annex.UUID
|
import Annex.UUID
|
||||||
import Types.UUID
|
import Types.UUID
|
||||||
import Messages
|
import Messages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue