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 #-}
|
||||
|
||||
module Remote.Helper.P2P.IO
|
||||
module P2P.IO
|
||||
( RunProto
|
||||
, runNetProtoHandle
|
||||
) where
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
{-# LANGUAGE DeriveFunctor, TemplateHaskell, FlexibleContexts, RankNTypes #-}
|
||||
|
||||
module Remote.Helper.P2P where
|
||||
module P2P.Protocol where
|
||||
|
||||
import qualified Utility.SimpleProtocol as Proto
|
||||
import Types.Key
|
|
@ -904,6 +904,8 @@ Executable git-annex
|
|||
Messages.Internal
|
||||
Messages.JSON
|
||||
Messages.Progress
|
||||
P2P.IO
|
||||
P2P.Protocol
|
||||
Remote
|
||||
Remote.BitTorrent
|
||||
Remote.Bup
|
||||
|
@ -923,8 +925,6 @@ Executable git-annex
|
|||
Remote.Helper.Hooks
|
||||
Remote.Helper.Http
|
||||
Remote.Helper.Messages
|
||||
Remote.Helper.P2P
|
||||
Remote.Helper.P2P.IO
|
||||
Remote.Helper.ReadOnly
|
||||
Remote.Helper.Special
|
||||
Remote.Helper.Ssh
|
||||
|
|
Loading…
Add table
Reference in a new issue