This commit is contained in:
Joey Hess 2012-01-06 10:14:37 -04:00
parent df21cbfdd2
commit 1f8a1058c9
14 changed files with 62 additions and 47 deletions

View file

@ -11,7 +11,8 @@ module Types (
Key,
UUID(..),
Remote,
RemoteType
RemoteType,
Option
) where
import Annex
@ -19,6 +20,7 @@ import Types.Backend
import Types.Key
import Types.UUID
import Types.Remote
import Types.Option
type Backend = BackendA Annex
type Remote = RemoteA Annex