reorg
This commit is contained in:
parent
af4d919793
commit
b08799893f
3 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
{-# LANGUAGE RankNTypes, CPP #-}
|
{-# LANGUAGE RankNTypes, CPP #-}
|
||||||
|
|
||||||
module Remote.Helper.P2P.IO
|
module P2P.IO
|
||||||
( RunProto
|
( RunProto
|
||||||
, runNetProtoHandle
|
, runNetProtoHandle
|
||||||
) where
|
) where
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
{-# LANGUAGE DeriveFunctor, TemplateHaskell, FlexibleContexts, RankNTypes #-}
|
{-# LANGUAGE DeriveFunctor, TemplateHaskell, FlexibleContexts, RankNTypes #-}
|
||||||
|
|
||||||
module Remote.Helper.P2P where
|
module P2P.Protocol where
|
||||||
|
|
||||||
import qualified Utility.SimpleProtocol as Proto
|
import qualified Utility.SimpleProtocol as Proto
|
||||||
import Types.Key
|
import Types.Key
|
|
@ -904,6 +904,8 @@ Executable git-annex
|
||||||
Messages.Internal
|
Messages.Internal
|
||||||
Messages.JSON
|
Messages.JSON
|
||||||
Messages.Progress
|
Messages.Progress
|
||||||
|
P2P.IO
|
||||||
|
P2P.Protocol
|
||||||
Remote
|
Remote
|
||||||
Remote.BitTorrent
|
Remote.BitTorrent
|
||||||
Remote.Bup
|
Remote.Bup
|
||||||
|
@ -923,8 +925,6 @@ Executable git-annex
|
||||||
Remote.Helper.Hooks
|
Remote.Helper.Hooks
|
||||||
Remote.Helper.Http
|
Remote.Helper.Http
|
||||||
Remote.Helper.Messages
|
Remote.Helper.Messages
|
||||||
Remote.Helper.P2P
|
|
||||||
Remote.Helper.P2P.IO
|
|
||||||
Remote.Helper.ReadOnly
|
Remote.Helper.ReadOnly
|
||||||
Remote.Helper.Special
|
Remote.Helper.Special
|
||||||
Remote.Helper.Ssh
|
Remote.Helper.Ssh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue