From 4f050ca9b80d0565e408137f2422e808b82cfd11 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 26 Jan 2014 16:25:55 -0400 Subject: reorganize some files and imports --- Command.hs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Command.hs') diff --git a/Command.hs b/Command.hs index 1943fc06e..7d179aed2 100644 --- a/Command.hs +++ b/Command.hs @@ -29,10 +29,12 @@ import qualified Annex import qualified Git import Types.Command as ReExported import Types.Option as ReExported -import Seek as ReExported +import CmdLine.Seek as ReExported import Checks as ReExported -import Usage as ReExported +import CmdLine.Usage as ReExported import RunCommand as ReExported +import CmdLine.Option as ReExported +import CmdLine.GitAnnex.Options as ReExported {- Generates a normal command -} command :: String -> String -> CommandSeek -> CommandSection -> String -> Command -- cgit v1.2.3