git-annex/Types.hs

14 lines
153 B
Haskell
Raw Normal View History

2010-10-14 03:18:11 -04:00
{- git-annex abstract data types -}
module Types (
Annex,
AnnexState,
2010-10-14 20:05:04 -04:00
Backend,
2010-10-14 03:18:11 -04:00
Key,
2010-10-14 20:05:04 -04:00
backendName,
keyFrag,
Flag(..),
2010-10-14 03:18:11 -04:00
) where
import BackendTypes