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
This commit is contained in:
parent
57b5ec79e7
commit
449851225a
10 changed files with 61 additions and 54 deletions
|
@ -11,9 +11,9 @@ module Remote.Helper.Http where
|
|||
|
||||
import Annex.Common
|
||||
import Types.StoreRetrieve
|
||||
import Types.Backend
|
||||
import Remote.Helper.Special
|
||||
import Utility.Metered
|
||||
import Utility.Hash (IncrementalVerifier(..))
|
||||
|
||||
import qualified Data.ByteString.Lazy as L
|
||||
import qualified Data.ByteString as S
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue