Skip to content
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

Network.URI might benefit from being separated into a different package #30

Closed
bmillwood opened this issue Apr 18, 2012 · 1 comment
Closed

Comments

@bmillwood
Copy link
Contributor

The Network.URI module is frequently not necessary to people who just want to open a socket of some kind, and conversely one can imagine uses of Network.URI by people who aren't interested in sockets at all (maybe CGI scripts).

With the module in the network package, the socket users have to install parsec, and the URI users have to run a configure script and C compiler etc. for what is essentially pure Haskell. Both might benefit from the Network.URI module being separated into its own package.

@singpolyma
Copy link
Contributor

This should probably be closed as a duplicate of #76

@tibbe tibbe closed this as completed Sep 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants