This commit is contained in:
Joey Hess 2012-11-18 21:48:42 -04:00
parent afa2f9c967
commit e2b7fc1ebd
7 changed files with 45 additions and 19 deletions

View file

@ -12,7 +12,8 @@ module Types (
UUID(..),
Remote,
RemoteType,
Option
Option,
MeterUpdate
) where
import Annex
@ -21,6 +22,7 @@ import Types.Key
import Types.UUID
import Types.Remote
import Types.Option
import Types.Meters
type Backend = BackendA Annex
type Remote = RemoteA Annex