-
Notifications
You must be signed in to change notification settings - Fork 190
network-2.6.3.2 broken on GHC 7.4.2 #253
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
Comments
@hvr Should we replace "base >= 3" with "base >= 4.7"? https://ghc.haskell.org/trac/ghc/wiki/Commentary/Libraries/VersionHistory @eborden I would like to add GHC 8.2.1 for travis. |
Yes, that would be the reasonable choice given the CI test-coverage! :-) Btw, the Travis CI script was generated by a rather old version of my travis script generator. If you want I can generate a new one for you which also includes GHC 8.2.1. |
@kazu-yamamoto That all sounds fine to me. @hvr would you like to open a PR with the updated script? |
Currently, we are testing |
Our 3 stable version policy would point to no, though I don't think we want to unintentionally break hackage with bad bounds. |
OK. I will try to add GHC 7.4 and 7.6 on the |
This has been fixed. |
Uh oh!
There was an error while loading. Please reload this page.
I've already revised the meta-data: https://hackage.haskell.org/package/network-2.6.3.2/revisions/
I see that the .travis.yml file doesn't test all versions of
base
that the.cabal
file advertises support for; that often leads to this kind of breakage; and in the case ofnetwork
it's especially bad since it's one of the most depended upon packages, so it should have a respectively high QA.If you don't want to support older GHCs that's fine, but please use accurate version bounds matching what is actually CI tested and thus expected to work, to keep Hackage from suddenly breaking all install plans which include
network
when something like this happens! :-)The text was updated successfully, but these errors were encountered: