split out Utility.Url.Parse
This is mostly for git-repair which can't include all of Utility.Url without adding many dependencies that are not really necessary.
This commit is contained in:
parent
adda6c1088
commit
be028f10e5
13 changed files with 102 additions and 53 deletions
|
@ -34,6 +34,7 @@ module Annex.Url (
|
|||
import Annex.Common
|
||||
import qualified Annex
|
||||
import qualified Utility.Url as U
|
||||
import qualified Utility.Url.Parse as U
|
||||
import Utility.Hash (IncrementalVerifier)
|
||||
import Utility.IPAddress
|
||||
import Network.HTTP.Client.Restricted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue