refactor
authorJoey Hess <joeyh@joeyh.name>
Wed, 18 Aug 2021 17:19:02 +0000 (13:19 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 18 Aug 2021 17:19:02 +0000 (13:19 -0400)
commit449851225aa903a73ad0a4b3a82d8fa8c7112622
tree7d57cb3d82b98d56c301a8f43a25345c7ed6d1b8
parent57b5ec79e7c830c277fca53a2d5663c2b10ca69b
refactor

IncrementalVerifier moved to Utility.Hash, which will let Utility.Url
use it later.

It's perhaps not really specific to hashing, but making a separate
module just for the data type seemed unncessary.

Sponsored-by: Dartmouth College's DANDI project
Annex/CopyFile.hs
Annex/Verify.hs
Backend/Hash.hs
P2P/Protocol.hs
Remote/Helper/Http.hs
Remote/WebDAV.hs
Types/Backend.hs
Types/Remote.hs
Types/StoreRetrieve.hs
Utility/Hash.hs