diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-14 02:12:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-14 02:12:41 -0400 |
commit | eda80e44c5fb399fa4e5625388d6e0f993b0f779 (patch) | |
tree | 1c598d5db77ebc5405cac4a85282ff4fb29a2bb1 /CmdLine.hs | |
parent | e47dca162a0ca0144172c9a61a47d1e0b5ad04b7 (diff) |
add module that only exports abstract types
Diffstat (limited to 'CmdLine.hs')
-rw-r--r-- | CmdLine.hs | 2 |
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 |