diff options
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Add.hs | 2 | ||||
-rw-r--r-- | Command/AddUrl.hs | 2 | ||||
-rw-r--r-- | Command/ConfigList.hs | 2 | ||||
-rw-r--r-- | Command/Describe.hs | 2 | ||||
-rw-r--r-- | Command/Drop.hs | 2 | ||||
-rw-r--r-- | Command/DropKey.hs | 2 | ||||
-rw-r--r-- | Command/DropUnused.hs | 2 | ||||
-rw-r--r-- | Command/Find.hs | 2 | ||||
-rw-r--r-- | Command/Fix.hs | 2 | ||||
-rw-r--r-- | Command/FromKey.hs | 2 | ||||
-rw-r--r-- | Command/Fsck.hs | 2 | ||||
-rw-r--r-- | Command/Get.hs | 2 | ||||
-rw-r--r-- | Command/InAnnex.hs | 2 | ||||
-rw-r--r-- | Command/Init.hs | 2 | ||||
-rw-r--r-- | Command/InitRemote.hs | 2 | ||||
-rw-r--r-- | Command/Lock.hs | 2 | ||||
-rw-r--r-- | Command/Map.hs | 2 | ||||
-rw-r--r-- | Command/Merge.hs | 2 | ||||
-rw-r--r-- | Command/Migrate.hs | 2 | ||||
-rw-r--r-- | Command/Move.hs | 2 | ||||
-rw-r--r-- | Command/RecvKey.hs | 2 | ||||
-rw-r--r-- | Command/Semitrust.hs | 2 | ||||
-rw-r--r-- | Command/SendKey.hs | 2 | ||||
-rw-r--r-- | Command/SetKey.hs | 2 | ||||
-rw-r--r-- | Command/Status.hs | 2 | ||||
-rw-r--r-- | Command/Trust.hs | 2 | ||||
-rw-r--r-- | Command/Unannex.hs | 2 | ||||
-rw-r--r-- | Command/Uninit.hs | 2 | ||||
-rw-r--r-- | Command/Unlock.hs | 2 | ||||
-rw-r--r-- | Command/Untrust.hs | 2 | ||||
-rw-r--r-- | Command/Unused.hs | 2 | ||||
-rw-r--r-- | Command/Upgrade.hs | 2 | ||||
-rw-r--r-- | Command/Version.hs | 2 | ||||
-rw-r--r-- | Command/Whereis.hs | 2 |
34 files changed, 34 insertions, 34 deletions
diff --git a/Command/Add.hs b/Command/Add.hs index 70b38e809..e6e7a7c77 100644 --- a/Command/Add.hs +++ b/Command/Add.hs @@ -7,7 +7,7 @@ module Command.Add where -import Annex.Common +import Common.Annex import Annex.Exception import Command import qualified Annex diff --git a/Command/AddUrl.hs b/Command/AddUrl.hs index 35f85ca26..c5417bf5b 100644 --- a/Command/AddUrl.hs +++ b/Command/AddUrl.hs @@ -9,7 +9,7 @@ module Command.AddUrl where import Network.URI -import Annex.Common +import Common.Annex import Command import qualified Backend import qualified Utility.Url as Url diff --git a/Command/ConfigList.hs b/Command/ConfigList.hs index 443656f17..d52c33f3b 100644 --- a/Command/ConfigList.hs +++ b/Command/ConfigList.hs @@ -7,7 +7,7 @@ module Command.ConfigList where -import Annex.Common +import Common.Annex import Command import UUID diff --git a/Command/Describe.hs b/Command/Describe.hs index 48f74dcd8..336804639 100644 --- a/Command/Describe.hs +++ b/Command/Describe.hs @@ -7,7 +7,7 @@ module Command.Describe where -import Annex.Common +import Common.Annex import Command import qualified Remote import UUID diff --git a/Command/Drop.hs b/Command/Drop.hs index 45feab2f3..fabacbb72 100644 --- a/Command/Drop.hs +++ b/Command/Drop.hs @@ -7,7 +7,7 @@ module Command.Drop where -import Annex.Common +import Common.Annex import Command import qualified Remote import qualified Annex diff --git a/Command/DropKey.hs b/Command/DropKey.hs index 185041ad0..35ebfc219 100644 --- a/Command/DropKey.hs +++ b/Command/DropKey.hs @@ -7,7 +7,7 @@ module Command.DropKey where -import Annex.Common +import Common.Annex import Command import qualified Annex import LocationLog diff --git a/Command/DropUnused.hs b/Command/DropUnused.hs index c4d9b765e..005068556 100644 --- a/Command/DropUnused.hs +++ b/Command/DropUnused.hs @@ -9,7 +9,7 @@ module Command.DropUnused where import qualified Data.Map as M -import Annex.Common +import Common.Annex import Command import qualified Annex import qualified Command.Drop diff --git a/Command/Find.hs b/Command/Find.hs index b8c9eeec2..98501078e 100644 --- a/Command/Find.hs +++ b/Command/Find.hs @@ -7,7 +7,7 @@ module Command.Find where -import Annex.Common +import Common.Annex import Command import Annex.Content import Limit diff --git a/Command/Fix.hs b/Command/Fix.hs index 44e36009b..5b6f1f7a4 100644 --- a/Command/Fix.hs +++ b/Command/Fix.hs @@ -7,7 +7,7 @@ module Command.Fix where -import Annex.Common +import Common.Annex import Command import qualified Annex.Queue import Annex.Content diff --git a/Command/FromKey.hs b/Command/FromKey.hs index f4dceb331..1b05d71fb 100644 --- a/Command/FromKey.hs +++ b/Command/FromKey.hs @@ -7,7 +7,7 @@ module Command.FromKey where -import Annex.Common +import Common.Annex import Command import qualified Annex.Queue import Annex.Content diff --git a/Command/Fsck.hs b/Command/Fsck.hs index 0a7500320..689271dd7 100644 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -7,7 +7,7 @@ module Command.Fsck where -import Annex.Common +import Common.Annex import Command import qualified Remote import qualified Types.Backend diff --git a/Command/Get.hs b/Command/Get.hs index c9fdf5653..acf7e0722 100644 --- a/Command/Get.hs +++ b/Command/Get.hs @@ -7,7 +7,7 @@ module Command.Get where -import Annex.Common +import Common.Annex import Command import qualified Annex import qualified Remote diff --git a/Command/InAnnex.hs b/Command/InAnnex.hs index 05544366b..773693b65 100644 --- a/Command/InAnnex.hs +++ b/Command/InAnnex.hs @@ -7,7 +7,7 @@ module Command.InAnnex where -import Annex.Common +import Common.Annex import Command import Annex.Content diff --git a/Command/Init.hs b/Command/Init.hs index 1a306ae96..ace06c2c3 100644 --- a/Command/Init.hs +++ b/Command/Init.hs @@ -7,7 +7,7 @@ module Command.Init where -import Annex.Common +import Common.Annex import Command import UUID import Init diff --git a/Command/InitRemote.hs b/Command/InitRemote.hs index 5080b7b2b..918604f85 100644 --- a/Command/InitRemote.hs +++ b/Command/InitRemote.hs @@ -9,7 +9,7 @@ module Command.InitRemote where import qualified Data.Map as M -import Annex.Common +import Common.Annex import Command import qualified Remote import qualified RemoteLog diff --git a/Command/Lock.hs b/Command/Lock.hs index 9acc5fe4a..c6c66a158 100644 --- a/Command/Lock.hs +++ b/Command/Lock.hs @@ -7,7 +7,7 @@ module Command.Lock where -import Annex.Common +import Common.Annex import Command import qualified Annex.Queue import Backend diff --git a/Command/Map.hs b/Command/Map.hs index 39737289c..1155c4a6e 100644 --- a/Command/Map.hs +++ b/Command/Map.hs @@ -10,7 +10,7 @@ module Command.Map where import Control.Exception.Extensible import qualified Data.Map as M -import Annex.Common +import Common.Annex import Command import qualified Git import UUID diff --git a/Command/Merge.hs b/Command/Merge.hs index 1de1eb6ee..eef2f3857 100644 --- a/Command/Merge.hs +++ b/Command/Merge.hs @@ -7,7 +7,7 @@ module Command.Merge where -import Annex.Common +import Common.Annex import Command import qualified Annex.Branch diff --git a/Command/Migrate.hs b/Command/Migrate.hs index a9591a81a..23ed6fd16 100644 --- a/Command/Migrate.hs +++ b/Command/Migrate.hs @@ -7,7 +7,7 @@ module Command.Migrate where -import Annex.Common +import Common.Annex import Command import qualified Backend import qualified Types.Key diff --git a/Command/Move.hs b/Command/Move.hs index 06d58d602..d650c5251 100644 --- a/Command/Move.hs +++ b/Command/Move.hs @@ -7,7 +7,7 @@ module Command.Move where -import Annex.Common +import Common.Annex import Command import qualified Command.Drop import qualified Annex diff --git a/Command/RecvKey.hs b/Command/RecvKey.hs index babe04cd0..d3b77d8ac 100644 --- a/Command/RecvKey.hs +++ b/Command/RecvKey.hs @@ -7,7 +7,7 @@ module Command.RecvKey where -import Annex.Common +import Common.Annex import Command import CmdLine import Annex.Content diff --git a/Command/Semitrust.hs b/Command/Semitrust.hs index 31b44bc59..53b29c98a 100644 --- a/Command/Semitrust.hs +++ b/Command/Semitrust.hs @@ -7,7 +7,7 @@ module Command.Semitrust where -import Annex.Common +import Common.Annex import Command import qualified Remote import UUID diff --git a/Command/SendKey.hs b/Command/SendKey.hs index f3db99663..ad47cd009 100644 --- a/Command/SendKey.hs +++ b/Command/SendKey.hs @@ -7,7 +7,7 @@ module Command.SendKey where -import Annex.Common +import Common.Annex import Command import Annex.Content import Utility.RsyncFile diff --git a/Command/SetKey.hs b/Command/SetKey.hs index dde1ec12a..28bc9a48d 100644 --- a/Command/SetKey.hs +++ b/Command/SetKey.hs @@ -7,7 +7,7 @@ module Command.SetKey where -import Annex.Common +import Common.Annex import Command import LocationLog import Annex.Content diff --git a/Command/Status.hs b/Command/Status.hs index edb74166d..37e13f0d8 100644 --- a/Command/Status.hs +++ b/Command/Status.hs @@ -12,7 +12,7 @@ import qualified Data.Map as M import qualified Data.Set as S import Data.Set (Set) -import Annex.Common +import Common.Annex import qualified Types.Backend as B import qualified Types.Remote as R import qualified Remote diff --git a/Command/Trust.hs b/Command/Trust.hs index 3c3473e21..bc655e3f6 100644 --- a/Command/Trust.hs +++ b/Command/Trust.hs @@ -7,7 +7,7 @@ module Command.Trust where -import Annex.Common +import Common.Annex import Command import qualified Remote import Trust diff --git a/Command/Unannex.hs b/Command/Unannex.hs index 9413cb88c..d0cef7678 100644 --- a/Command/Unannex.hs +++ b/Command/Unannex.hs @@ -7,7 +7,7 @@ module Command.Unannex where -import Annex.Common +import Common.Annex import Command import qualified Command.Drop import qualified Annex diff --git a/Command/Uninit.hs b/Command/Uninit.hs index c5afe30f2..7b3b4fe32 100644 --- a/Command/Uninit.hs +++ b/Command/Uninit.hs @@ -7,7 +7,7 @@ module Command.Uninit where -import Annex.Common +import Common.Annex import Command import qualified Git import qualified Annex diff --git a/Command/Unlock.hs b/Command/Unlock.hs index b2e4aa09a..9b568b5a6 100644 --- a/Command/Unlock.hs +++ b/Command/Unlock.hs @@ -7,7 +7,7 @@ module Command.Unlock where -import Annex.Common +import Common.Annex import Command import Annex.Content import Utility.CopyFile diff --git a/Command/Untrust.hs b/Command/Untrust.hs index b8a107d90..bcde0e0a0 100644 --- a/Command/Untrust.hs +++ b/Command/Untrust.hs @@ -7,7 +7,7 @@ module Command.Untrust where -import Annex.Common +import Common.Annex import Command import qualified Remote import UUID diff --git a/Command/Unused.hs b/Command/Unused.hs index 6681fca3c..abf5a5361 100644 --- a/Command/Unused.hs +++ b/Command/Unused.hs @@ -12,7 +12,7 @@ module Command.Unused where import qualified Data.Set as S import qualified Data.ByteString.Lazy.Char8 as L -import Annex.Common +import Common.Annex import Command import Annex.Content import Utility.FileMode diff --git a/Command/Upgrade.hs b/Command/Upgrade.hs index 7b6b127a5..90d3a4e95 100644 --- a/Command/Upgrade.hs +++ b/Command/Upgrade.hs @@ -7,7 +7,7 @@ module Command.Upgrade where -import Annex.Common +import Common.Annex import Command import Upgrade import Annex.Version diff --git a/Command/Version.hs b/Command/Version.hs index bc895b194..5ac87099b 100644 --- a/Command/Version.hs +++ b/Command/Version.hs @@ -7,7 +7,7 @@ module Command.Version where -import Annex.Common +import Common.Annex import Command import qualified Build.SysConfig as SysConfig import Annex.Version diff --git a/Command/Whereis.hs b/Command/Whereis.hs index fec41f410..0eeb17414 100644 --- a/Command/Whereis.hs +++ b/Command/Whereis.hs @@ -7,7 +7,7 @@ module Command.Whereis where -import Annex.Common +import Common.Annex import LocationLog import Command import Remote |