Open achudnov opened 11 years ago
This repo is just for review and will eventually move to github/network/network-uri. No improvements will be done here. So, please register the same issue when moved.
When is it going to be moved?
I'm not sure. Please watch: https://github.com/haskell/network/issues/76
May I suggest that the Parsec parser definitions are also exported from the package, not just the String -> Maybe URI functions? I needed to parse URI's (and domain names too!) as a part of my grammar in a project and ended up using a fork of network that exported the parsers. Unless a change of a parser backend is planned, I don't see any problem with the extra exports. If the issue is greenlighted, I can submit a pull request.