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
|
@ -28,7 +28,6 @@ import Control.Concurrent.STM hiding (check)
|
|||
import Annex.Common
|
||||
import Types.Remote
|
||||
import Types.Export
|
||||
import Types.Backend
|
||||
import qualified Git
|
||||
import qualified Annex
|
||||
import Config
|
||||
|
@ -41,6 +40,7 @@ import qualified Remote.Helper.Chunked.Legacy as Legacy
|
|||
import Creds
|
||||
import Utility.Metered
|
||||
import Utility.Url (URLString, matchStatusCodeException, matchHttpExceptionContent)
|
||||
import Utility.Hash (IncrementalVerifier(..))
|
||||
import Annex.UUID
|
||||
import Remote.WebDAV.DavLocation
|
||||
import Types.ProposedAccepted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue