-
Notifications
You must be signed in to change notification settings - Fork 696
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
SetupWrapper: Assume that old Cabals bootstrap. #4787
Conversation
cabal-install 1.24 broke installing older Cabal versions which use build-type:custom. See haskell/cabal#4787. This still breaks with HEAD on GHC<8. See haskell/cabal#4786.
cabal-install 1.24 broke installing older Cabal versions which use build-type:custom. See haskell/cabal#4787. This still breaks with HEAD on GHC<8. See haskell/cabal#4786.
Blocked by this strange GHC 8.0.2 failure:
|
OK, that test runs only when GHC == 8.0.*, which explains why it fails only on that configuration... |
What's weird is that that message comes from a call to |
Failure seems to be intermittent... I think there's a race condition that could be worked around by setting stdout to block buffering and flushing after each |
Test failure is intermittent and unrelated to the change, see #4376. |
Also cherry-picked into 2.0. |
See e2bf243#commitcomment-24487898.
Please include the following checklist in your PR:
[ci skip]
is used to avoid triggering the build bots.Please also shortly describe how you tested your change. Bonus points for added tests!