summaryrefslogtreecommitdiff
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-14 03:18:11 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-14 03:18:11 -0400
commit6f3572e47f57bbe5cc76b58c8bcdc9c6c455dce0 (patch)
tree4f7f31a703051b9df3986e2a3e7dbfb146e2e032 /CmdLine.hs
parent0b55bd05de7b83a474ea58e9d45676934667f4bd (diff)
more reorg, spiffed up state monad
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/CmdLine.hs b/CmdLine.hs
index 479be7e8b..9737e0eb0 100644
--- a/CmdLine.hs
+++ b/CmdLine.hs
@@ -11,8 +11,8 @@ module CmdLine (
) where
import System.Console.GetOpt
-import AbstractTypes
-import Annex
+import Types
+import Commands
data Mode = Add | Push | Pull | Want | Get | Drop | Unannex
deriving Show