move verifyKeyContent to Annex.Verify
The goal is that Database.Keys be able to use it; it can't use Annex.Content.Presence due to an import loop. Several other things also needed to be moved to Annex.Verify as a conseqence.
This commit is contained in:
parent
0ec5919bbe
commit
de482c7eeb
8 changed files with 91 additions and 88 deletions
|
@ -13,7 +13,7 @@ import Annex.Common
|
|||
import Types.Remote
|
||||
import Types.Key
|
||||
import Types.ProposedAccepted
|
||||
import Backend
|
||||
import Annex.Verify
|
||||
import Remote.Helper.Encryptable (encryptionIsEnabled)
|
||||
import qualified Database.Export as Export
|
||||
import qualified Database.ContentIdentifier as ContentIdentifier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue