-
Notifications
You must be signed in to change notification settings - Fork 240
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
Add cabal-issue-8352-workaround #1671
Conversation
bors try |
tryBuild failed: |
bors try- |
bors try |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool. I guess at some point we can parameterise the fake GHC with the version. Ideally though, we'll never need it...
I sure hope they fix the bug in cabal before they start requiring a newer version! |
tryBuild succeeded: |
I missed a couple of places where we call
cabal update
and now need the dummy ghc to prevent cabal from complaining.See haskell/cabal#8352