diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-14 21:10:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-14 21:10:59 -0400 |
commit | 29039fdf97f541a1077c9af65ccbe09dd2ae2b28 (patch) | |
tree | d46d1c1489422352df166789cf9baeb56132501b /Types.hs | |
parent | 4c3ad80f320d3c4cccc3e41e4f2364155bae22a1 (diff) |
add flags, and change to subcommand style
Diffstat (limited to 'Types.hs')
-rw-r--r-- | Types.hs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ module Types ( Backend, Key, backendName, - keyFrag + keyFrag, + Flag(..), ) where import BackendTypes |