move verifyKeyContent to Annex.Verify
authorJoey Hess <joeyh@joeyh.name>
Tue, 27 Jul 2021 18:07:23 +0000 (14:07 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 27 Jul 2021 18:07:23 +0000 (14:07 -0400)
commitde482c7eebef3ee8df01a7e46ef76e90326b50ef
tree5ea06925b98991d8968c43b19e23bf1314ece59e
parent0ec5919bbe5b920ee0014cb5be6e619bfa83327a
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.
Annex/Content.hs
Annex/Content/Presence.hs
Annex/CopyFile.hs
Annex/Verify.hs
Backend.hs
P2P/Annex.hs
Remote/Helper/ExportImport.hs
Remote/Helper/P2P.hs