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