new fromkey subcommand, for registering urls, etc

had to redo Annex monad's flag storage
This commit is contained in:
Joey Hess 2010-10-21 16:30:16 -04:00
parent a68e36f518
commit 19fde4960d
13 changed files with 179 additions and 55 deletions

View file

@ -5,9 +5,10 @@ module Types (
AnnexState,
Backend,
Key,
genKey,
backendName,
keyFrag,
Flag(..),
FlagName,
Flag(..)
) where
import TypeInternals