diff --git a/Command/Map.hs b/Command/Map.hs index 07f127f14e..75c5b0b550 100644 --- a/Command/Map.hs +++ b/Command/Map.hs @@ -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) diff --git a/Remote/Bup.hs b/Remote/Bup.hs index 1023cda186..c82f84745d 100644 --- a/Remote/Bup.hs +++ b/Remote/Bup.hs @@ -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 diff --git a/Remote/Directory.hs b/Remote/Directory.hs index 235f613000..fd227f85d8 100644 --- a/Remote/Directory.hs +++ b/Remote/Directory.hs @@ -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 diff --git a/Remote/Encryptable.hs b/Remote/Helper/Encryptable.hs similarity index 98% rename from Remote/Encryptable.hs rename to Remote/Helper/Encryptable.hs index 66e1738ac2..04041c6553 100644 --- a/Remote/Encryptable.hs +++ b/Remote/Helper/Encryptable.hs @@ -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) diff --git a/Remote/Special.hs b/Remote/Helper/Special.hs similarity index 97% rename from Remote/Special.hs rename to Remote/Helper/Special.hs index d6f362ce30..c302a0ff5e 100644 --- a/Remote/Special.hs +++ b/Remote/Helper/Special.hs @@ -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 diff --git a/Remote/Ssh.hs b/Remote/Helper/Ssh.hs similarity index 98% rename from Remote/Ssh.hs rename to Remote/Helper/Ssh.hs index fe4e6dfc1a..478b018812 100644 --- a/Remote/Ssh.hs +++ b/Remote/Helper/Ssh.hs @@ -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) diff --git a/Remote/Hook.hs b/Remote/Hook.hs index 87f86ffe4f..ef52d0482b 100644 --- a/Remote/Hook.hs +++ b/Remote/Hook.hs @@ -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 diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs index 9535376097..eba67e3fd6 100644 --- a/Remote/Rsync.hs +++ b/Remote/Rsync.hs @@ -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 diff --git a/Remote/S3real.hs b/Remote/S3real.hs index e4dcc2a71d..456a77f0e4 100644 --- a/Remote/S3real.hs +++ b/Remote/S3real.hs @@ -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