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 d23508aa2..bb908a2e4 100644
--- a/CmdLine.hs
+++ b/CmdLine.hs
@@ -11,7 +11,7 @@ module CmdLine (
) where
import System.Console.GetOpt
-import Types
+import AbstractTypes
import Annex
data Mode = Add | Push | Pull | Want | Get | Drop | Unannex