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

Build failure after network-uri split off from network #74

Closed
jgm opened this issue Aug 23, 2014 · 2 comments
Closed

Build failure after network-uri split off from network #74

jgm opened this issue Aug 23, 2014 · 2 comments

Comments

@jgm
Copy link

jgm commented Aug 23, 2014

Currently HTTP does not cabal install without special instructions to use network < 2.6.

Building HTTP-4000.0.7...
Preprocessing library HTTP-4000.0.7...
Network/HTTP.hs:75:8:
    Could not find module ‘Network.URI’
    Perhaps you meant Network.BSD (from network-2.6.0.1)
    Use -v to see a list of the files searched for.

Please update to use the new network-uri, using a network-uri flag. Instructions here.

@hsenag
Copy link
Member

hsenag commented Aug 23, 2014

There's an outstanding pull request for this (see #73). 4000.0.7 is a very old version that didn't follow the PVP, unfortunately - there's some discussion on why that is being selected in #64.

I'll deal with the pull request and get a new version on hackage in the next couple of days.

@hsenag hsenag closed this as completed Aug 23, 2014
@jgm
Copy link
Author

jgm commented Aug 23, 2014

Sorry about the duplication -- I should have checked the PRs!

+++ Ganesh Sittampalam [Aug 23 14 08:37 ]:

There's an outstanding pull request for this (see [1]#73). 4000.0.7 is
a very old version that didn't follow the PVP, unfortunately - there's
some discussion on why that is being selected in [2]#64.

I'll deal with the pull request and get a new version on hackage in the
next couple of days.


Reply to this email directly or [3]view it on GitHub.

References

  1. Support network 2.6.* and network-uri #73
  2. Build breakage due to mtl upper bound #64
  3. Build failure after network-uri split off from network #74 (comment)

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

2 participants