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
|
@ -39,7 +39,7 @@ import Git.Remote
|
|||
import Git.FilePath
|
||||
import qualified Git.Url as Url
|
||||
import Utility.UserInfo
|
||||
import Utility.Url (parseURIPortable)
|
||||
import Utility.Url.Parse
|
||||
|
||||
import qualified Data.ByteString as B
|
||||
import qualified System.FilePath.ByteString as P
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue