summaryrefslogtreecommitdiff
path: root/Commands.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Commands.hs')
-rw-r--r--Commands.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Commands.hs b/Commands.hs
index bdeab5fc9..fab72160a 100644
--- a/Commands.hs
+++ b/Commands.hs
@@ -21,7 +21,7 @@ import LocationLog
import Types
import Core
import qualified Remotes
-import qualified BackendTypes
+import qualified TypeInternals
data CmdWants = FilesInGit | FilesNotInGit | RepoName | SingleString
data Command = Command {
@@ -87,7 +87,7 @@ parseCmd argv state = do
[] -> error usage
[Command _ action want _] -> do
f <- findWanted want (drop 1 params)
- (BackendTypes.repo state)
+ (TypeInternals.repo state)
return (flags, map action $ filter notstate f)
where
-- never include files from the state directory