diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-26 16:25:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-26 16:25:55 -0400 |
commit | 4f050ca9b80d0565e408137f2422e808b82cfd11 (patch) | |
tree | 5aca9688e49dee8915a962de4baf4c305ccbfa9e /Command.hs | |
parent | 541178b499d084e4041ae4b9d62bf86f5a97c3ff (diff) |
reorganize some files and imports
Diffstat (limited to 'Command.hs')
-rw-r--r-- | Command.hs | 6 |
1 files changed, 4 insertions, 2 deletions
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 |