summaryrefslogtreecommitdiff
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-11-04 14:52:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-11-04 14:52:07 -0400
commit527b6970457e74f8c88dfdac7c96241e2496a2f2 (patch)
treefdf6e4b273cc5043dd8e009675ba78f98659a514 /CmdLine.hs
parent1933f8a5599f33b95811710ad10e1ed17703699d (diff)
add regions to concurrent output
still no progress displays when getting files etc, but a big improvement
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 ()