summaryrefslogtreecommitdiff
path: root/Types.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-14 21:10:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-14 21:10:59 -0400
commit29039fdf97f541a1077c9af65ccbe09dd2ae2b28 (patch)
treed46d1c1489422352df166789cf9baeb56132501b /Types.hs
parent4c3ad80f320d3c4cccc3e41e4f2364155bae22a1 (diff)
add flags, and change to subcommand style
Diffstat (limited to 'Types.hs')
-rw-r--r--Types.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Types.hs b/Types.hs
index a0f120db0..6bf26d36e 100644
--- a/Types.hs
+++ b/Types.hs
@@ -6,7 +6,8 @@ module Types (
Backend,
Key,
backendName,
- keyFrag
+ keyFrag,
+ Flag(..),
) where
import BackendTypes