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
|
@ -23,7 +23,7 @@ import Types.CleanupActions
|
|||
import Messages.Progress
|
||||
import Utility.Metered
|
||||
import Utility.Tmp
|
||||
import Utility.Url (parseURIPortable)
|
||||
import Utility.Url.Parse
|
||||
import Backend.URL
|
||||
import Annex.Perms
|
||||
import Annex.Tmp
|
||||
|
|
3
Remote/External/Types.hs
vendored
3
Remote/External/Types.hs
vendored
|
@ -53,7 +53,8 @@ import Types.Export
|
|||
import Types.Availability (Availability(..))
|
||||
import Types.Key
|
||||
import Git.Types
|
||||
import Utility.Url (URLString, parseURIPortable)
|
||||
import Utility.Url (URLString)
|
||||
import Utility.Url.Parse
|
||||
import qualified Utility.SimpleProtocol as Proto
|
||||
|
||||
import Control.Concurrent.STM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue