summaryrefslogtreecommitdiff
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-29 23:27:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-29 23:27:17 -0400
commitb8318384858c59d73f231d225323a8a0a4a42868 (patch)
treea4d42653170d272124018ff29a58528ea765da88 /CmdLine.hs
parentf88fd8d9fcc70365bc562f62b569b89109bb7e9a (diff)
cleanup
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/CmdLine.hs b/CmdLine.hs
index 82a21d0fc..308b04d1a 100644
--- a/CmdLine.hs
+++ b/CmdLine.hs
@@ -15,7 +15,6 @@ import System.IO.Error (try)
import System.Console.GetOpt
import Control.Monad.State (liftIO)
import Control.Monad (when, unless)
-import System.Directory
import qualified Annex
import qualified GitRepo as Git
@@ -27,7 +26,6 @@ import Upgrade
import Options
import Messages
import UUID
-import Locations
{- Runs the passed command line. -}
dispatch :: Git.Repo -> [String] -> [Command] -> [Option] -> String -> IO ()