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:
Joey Hess 2023-08-14 12:28:10 -04:00
parent adda6c1088
commit be028f10e5
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
13 changed files with 102 additions and 53 deletions

View file

@ -20,7 +20,7 @@ import Annex.Link
import Annex.FileMatcher
import Annex.Ingest
import Git.FilePath
import Utility.Url
import Utility.Url.Parse
import Network.URI