diff options
-rw-r--r-- | P2P/IO.hs (renamed from Remote/Helper/P2P/IO.hs) | 2 | ||||
-rw-r--r-- | P2P/Protocol.hs (renamed from Remote/Helper/P2P.hs) | 2 | ||||
-rw-r--r-- | git-annex.cabal | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Remote/Helper/P2P/IO.hs b/P2P/IO.hs index c042d0bcc..9a1243f52 100644 --- a/Remote/Helper/P2P/IO.hs +++ b/P2P/IO.hs @@ -7,7 +7,7 @@ {-# LANGUAGE RankNTypes, CPP #-} -module Remote.Helper.P2P.IO +module P2P.IO ( RunProto , runNetProtoHandle ) where diff --git a/Remote/Helper/P2P.hs b/P2P/Protocol.hs index 9d9a3847b..381949af1 100644 --- a/Remote/Helper/P2P.hs +++ b/P2P/Protocol.hs @@ -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 diff --git a/git-annex.cabal b/git-annex.cabal index 94d1ccf9c..fd8ce9ce2 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -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 |