summaryrefslogtreecommitdiff
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-12 16:20:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-12 16:20:41 -0400
commit603e01e96ce8d76f4b689b4503c3f4528c39957f (patch)
tree9ed444ab384ab587f40cd03941a40cb22fc9c4d1 /CmdLine.hs
parent20acda0423b1a00eae64296835679887ca79ea2f (diff)
simplify some function signatures using state
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/CmdLine.hs b/CmdLine.hs
index 60ba81d30..9da2b6493 100644
--- a/CmdLine.hs
+++ b/CmdLine.hs
@@ -10,6 +10,7 @@ module CmdLine (
) where
import System.Console.GetOpt
+import Types
import Annex
data Mode = Add | Push | Pull | Want | Get | Drop | Unannex