successfully split Annex and AnnexState out of TypeInternals
This commit is contained in:
parent
109a719b03
commit
082b022f9a
12 changed files with 72 additions and 77 deletions
6
Types.hs
6
Types.hs
|
@ -7,14 +7,12 @@
|
|||
|
||||
module Types (
|
||||
Annex,
|
||||
AnnexState,
|
||||
Backend,
|
||||
Key,
|
||||
genKey,
|
||||
backendName,
|
||||
keyName,
|
||||
FlagName,
|
||||
Flag(..)
|
||||
keyName
|
||||
) where
|
||||
|
||||
import TypeInternals
|
||||
import Annex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue