diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-29 13:44:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-29 13:44:53 -0400 |
commit | 16227a67118b11c2131ee3a3d11ab4633a1cffb5 (patch) | |
tree | dff6588d79bbc0bc577927bcaa225853a1567d6f /Command.hs | |
parent | a0339f209db365651fab21e99ed4f28024a1bcf0 (diff) |
avoid using function named that conflicts with name used in newer version of process library
Diffstat (limited to 'Command.hs')
-rw-r--r-- | Command.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command.hs b/Command.hs index 7d179aed2..83d67bffd 100644 --- a/Command.hs +++ b/Command.hs @@ -32,7 +32,7 @@ import Types.Option as ReExported import CmdLine.Seek as ReExported import Checks as ReExported import CmdLine.Usage as ReExported -import RunCommand as ReExported +import CmdLine.Action as ReExported import CmdLine.Option as ReExported import CmdLine.GitAnnex.Options as ReExported |