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-3 inconsistency #62

Open
pbarill opened this issue Jan 3, 2020 · 1 comment
Open

network-3 inconsistency #62

pbarill opened this issue Jan 3, 2020 · 1 comment

Comments

@pbarill
Copy link

pbarill commented Jan 3, 2020

There is an inconsistency in the dependencies.

  if flag(network-uri)
     build-depends:    network     >  2.6 && < 2.9 || >= 3.0.0 && < 3.2,
                       network-bsd >= 2.8.1 && < 2.9,

network-bsd >= 2.8.1 requires network >= 3, so there's no way you can allow at the same time network > 2.6 && < 2.9. There was a revision.

@stepcut
Copy link
Member

stepcut commented Jan 14, 2020

hmm. I didn't mean to drop network 2.x support. But I guess we did. Since happstack-server builds fine with network 3.x all the way back to GHC 8.0 I guess the sensible choice is to officially drop network 2.x, rather than try to fix the code to restore network 2.x.

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