-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
adopt network-uri more widely #21
Comments
Item 1 is discussed in two places: haskell/network-uri#11 and haskell/network-uri#2 Item 2 is resolved: haskell/network-uri@e7aad56 |
@robstewart57 That's great to see that we've stirred a few interested people here and there. Thanks for taking it to I think that we could perhaps disregard that performance hit when converting Let this issue stay here until further updates from |
In #55 I have implemented a newtype IRI with IRI validation and resolution. |
Migrate
Unode Text
to:The primary benefit is the URI validation that
network-uri
implements according to the RFC3986 standard. Two current blockers are:Generic
instance forNode
. However,URI
has noGeneric
instance in network-uri. I pull request has been opened. Derive Generic instance for URI with GHC >= 7.6 haskell/network-uri#12The text was updated successfully, but these errors were encountered: