summaryrefslogtreecommitdiff
path: root/CmdLine.hs
diff options
context:
space:
mode:
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CmdLine.hs b/CmdLine.hs
index 073d4b32d..880f9de09 100644
--- a/CmdLine.hs
+++ b/CmdLine.hs
@@ -24,7 +24,7 @@ import Annex.Action
import Annex.Environment
import Command
import Types.Messages
-import Messages.Concurrent
+import Messages.Internal
{- Runs the passed command line. -}
dispatch :: Bool -> CmdParams -> [Command] -> [GlobalOption] -> [(String, String)] -> IO Git.Repo -> String -> String -> IO ()