diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-20 16:36:33 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-20 16:36:33 -0400 |
commit | 10c579282b4f0acc7f26d8084916f7d538a89bd8 (patch) | |
tree | bc9e4a526b3bef0cb54b784cbe0d42a555a329db /Command.hs | |
parent | d115fb8d3418d494708390f8a74938d830c669b7 (diff) |
remove 163 lines of code without changing anything except imports
Diffstat (limited to 'Command.hs')
-rw-r--r-- | Command.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Command.hs b/Command.hs index e8c434b9b..3726e4777 100644 --- a/Command.hs +++ b/Command.hs @@ -23,19 +23,19 @@ module Command ( module ReExported ) where -import Common.Annex +import Annex.Common as ReExported import Annex.WorkTree import qualified Git import Types.Command as ReExported -import Types.Option as ReExported import Types.DeferredParse as ReExported -import CmdLine.Seek as ReExported import Checks as ReExported +import CmdLine.Seek as ReExported import CmdLine.Usage as ReExported import CmdLine.Action as ReExported import CmdLine.Option as ReExported import CmdLine.GlobalSetter as ReExported import CmdLine.GitAnnex.Options as ReExported +import CmdLine.Batch as ReExported import Options.Applicative as ReExported hiding (command) import qualified Options.Applicative as O |