refactor
This commit is contained in:
parent
afa2f9c967
commit
e2b7fc1ebd
7 changed files with 45 additions and 19 deletions
4
Types.hs
4
Types.hs
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue