-
Notifications
You must be signed in to change notification settings - Fork 193
Require tls >= 2.1.2 (close #548) #563
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
Conversation
@snoyberg if you give me the appropriate permissions, then I'm happy to add it. |
Thanks @sol. I think you should have permissions on Hackage now, though there may be some cache bug on Hackage (the edit page shows you as part of the maintainer set, but the view page doesn't). Let me know if you have any issues. |
@snoyberg everything working, thanks a lot. |
And thank you for all the work on these packages! |
This revision appears to have ruled out some legitimate install plans, e.g. https://www.stackage.org/lts-22.43 includes |
@adamgundry I only confirmed that |
@adamgundry from what I understand, the underlying issue is that various versions of How I see it, it is not harmful for new users to use a more recent version of As for existing build plans (aka version pinning, freeze files) they also need to pin the exact Hackage revision. I would hope that both @adamgundry does this lower bound cause any issues for you? |
It's not a major issue for me, because indeed I can pin the Hackage index-state and/or bump |
@adamgundry I added another Hackage revision that I think addresses this. To make this more robust in the future I assume Stackage would just need to set the |
Thanks! That does indeed permit the LTS-22.43 install plan to go through. I've opened commercialhaskell/stackage-server#344 with the Stackage feature request. |
No description provided.