git-annex/Types.hs
2010-10-14 03:18:11 -04:00

10 lines
117 B
Haskell

{- git-annex abstract data types -}
module Types (
Annex,
AnnexState,
Key,
Backend
) where
import BackendTypes