This commit is contained in:
Joey Hess 2016-11-22 14:34:49 -04:00
parent af4d919793
commit b08799893f
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
{-# LANGUAGE RankNTypes, CPP #-} {-# LANGUAGE RankNTypes, CPP #-}
module Remote.Helper.P2P.IO module P2P.IO
( RunProto ( RunProto
, runNetProtoHandle , runNetProtoHandle
) where ) where

View file

@ -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

View file

@ -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