From 16227a67118b11c2131ee3a3d11ab4633a1cffb5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 29 Jan 2014 13:44:53 -0400 Subject: avoid using function named that conflicts with name used in newer version of process library --- Command.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command.hs') 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 -- cgit v1.2.3