reorg Remote/*

This commit is contained in:
Joey Hess 2011-08-16 20:49:54 -04:00
parent 4545a0e78c
commit a55faff08f
9 changed files with 15 additions and 15 deletions

View file

@ -22,7 +22,7 @@ import Types
import Utility
import UUID
import Trust
import Remote.Ssh
import Remote.Helper.Ssh
import qualified Utility.Dot as Dot
-- a link from the first repository to the second (its remote)

View file

@ -30,9 +30,9 @@ import Locations
import Config
import Utility
import Messages
import Remote.Ssh
import Remote.Special
import Remote.Encryptable
import Remote.Helper.Ssh
import Remote.Helper.Special
import Remote.Helper.Encryptable
import Crypto
type BupRepo = String

View file

@ -27,8 +27,8 @@ import Utility.CopyFile
import Config
import Content
import Utility
import Remote.Special
import Remote.Encryptable
import Remote.Helper.Special
import Remote.Helper.Encryptable
import Crypto
remote :: RemoteType Annex

View file

@ -5,7 +5,7 @@
- Licensed under the GNU GPL version 3 or higher.
-}
module Remote.Encryptable where
module Remote.Helper.Encryptable where
import qualified Data.Map as M
import Control.Monad.State (liftIO)

View file

@ -5,7 +5,7 @@
- Licensed under the GNU GPL version 3 or higher.
-}
module Remote.Special where
module Remote.Helper.Special where
import qualified Data.Map as M
import Data.Maybe

View file

@ -5,7 +5,7 @@
- Licensed under the GNU GPL version 3 or higher.
-}
module Remote.Ssh where
module Remote.Helper.Ssh where
import Control.Monad.State (liftIO)

View file

@ -28,8 +28,8 @@ import Locations
import Config
import Content
import Utility
import Remote.Special
import Remote.Encryptable
import Remote.Helper.Special
import Remote.Helper.Encryptable
import Crypto
import Messages

View file

@ -26,8 +26,8 @@ import Locations
import Config
import Content
import Utility
import Remote.Special
import Remote.Encryptable
import Remote.Helper.Special
import Remote.Helper.Encryptable
import Crypto
import Messages
import Utility.RsyncFile

View file

@ -33,8 +33,8 @@ import UUID
import Messages
import Locations
import Config
import Remote.Special
import Remote.Encryptable
import Remote.Helper.Special
import Remote.Helper.Encryptable
import Crypto
import Content
import Utility.Base64