break out non-log stuff to separate module
This commit is contained in:
parent
ec169f84b1
commit
ee9af605bc
28 changed files with 86 additions and 78 deletions
4
Types.hs
4
Types.hs
|
@ -8,9 +8,11 @@
|
|||
module Types (
|
||||
Annex,
|
||||
Backend,
|
||||
Key
|
||||
Key,
|
||||
UUID
|
||||
) where
|
||||
|
||||
import Annex
|
||||
import Types.Backend
|
||||
import Types.Key
|
||||
import Types.UUID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue