tweak
This commit is contained in:
parent
df21cbfdd2
commit
1f8a1058c9
14 changed files with 62 additions and 47 deletions
4
Types.hs
4
Types.hs
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue