We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file://C:\foo\repo is not a valid URI.
file://C:\foo\repo
EDIT:
Prelude Network.URI> parseURI "file+noindex:///?/hello/world/" Just file+noindex:///?/hello/world/ Prelude System.FilePath.Windows> normalise "//?/hello/world/" "\\\\?\\hello\\world\\"
seems to work. Have to be more careful in encoding / decoding paths for file+noindex URIs, so maybe then it will work.
file+noindex
The text was updated successfully, but these errors were encountered:
Resolve haskell#7065: Encode file+noindex paths as URIs
846fce4
7f1ba15
9f55af8
No branches or pull requests
file://C:\foo\repo
is not a valid URI.EDIT:
seems to work. Have to be more careful in encoding / decoding paths for
file+noindex
URIs, so maybe then it will work.The text was updated successfully, but these errors were encountered: