-
Notifications
You must be signed in to change notification settings - Fork 47
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
Remove the >= 8.2 workaround once Cabal > 3.8.1.0 is released #282
Comments
(Btw/tangentially cabal-install-3.6.2.0 fails to build when hackage-security pulls in Cabal-syntax-3.8) |
@juhp: isn't this fixed in hackage-security 0.6.2.2? |
Huh, it probably isn't --- I only fixed this for very old GHCs and for the hackage-security test suite itself. I'm afraid that's a case of haskell/cabal#8370 and it can be worked around similarly as for hackage-security test suite in #281. That would be embarrassing. We'd need to fix old versions of cabal due to regressions in a new version. |
Unless somebody has a fix for haskell/cabal#8370 and/or hackage-security. |
We dropped GHC 8.2, so I guess this is resolved. |
The
&& impl(ghc >= 8.2)
workaround can then be removed, because the underlying problem is fixed on master and 3.8 branch. Actually, it's also worked around as a Cabal-syntax revision on Hackage (haskell/cabal#8371), but I guess it's safer to wait for the permanent fix.The text was updated successfully, but these errors were encountered: