more reorg, spiffed up state monad
This commit is contained in:
parent
0b55bd05de
commit
6f3572e47f
11 changed files with 259 additions and 249 deletions
10
Types.hs
Normal file
10
Types.hs
Normal file
|
@ -0,0 +1,10 @@
|
|||
{- git-annex abstract data types -}
|
||||
|
||||
module Types (
|
||||
Annex,
|
||||
AnnexState,
|
||||
Key,
|
||||
Backend
|
||||
) where
|
||||
|
||||
import BackendTypes
|
Loading…
Add table
Add a link
Reference in a new issue