new fromkey subcommand, for registering urls, etc
had to redo Annex monad's flag storage
This commit is contained in:
parent
a68e36f518
commit
19fde4960d
13 changed files with 179 additions and 55 deletions
5
Types.hs
5
Types.hs
|
@ -5,9 +5,10 @@ module Types (
|
|||
AnnexState,
|
||||
Backend,
|
||||
Key,
|
||||
genKey,
|
||||
backendName,
|
||||
keyFrag,
|
||||
Flag(..),
|
||||
FlagName,
|
||||
Flag(..)
|
||||
) where
|
||||
|
||||
import TypeInternals
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue