-
-
Notifications
You must be signed in to change notification settings - Fork 12.8k
cabal-install 3.10.2.1 #154836
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
cabal-install 3.10.2.1 #154836
Conversation
1a5e900
to
6a9a9cc
Compare
Many errors here ... I think I would recommend to update the cabal install used inside ghc to align versions. That helped last time I did the ghc migration. |
Haven't had chance to check, but I think many errors are probably because we didn't test them in GHC 9.8 release. I have another PR to work on these. |
Following dependents are failing on GHC 9.8 (see #154540)
New failures are:
|
|
6a9a9cc
to
591cb46
Compare
591cb46
to
73f2bc3
Compare
73f2bc3
to
e88e048
Compare
e88e048
to
0c446c6
Compare
Same issue with
|
Let me try a different workaround in |
0c446c6
to
3efadc4
Compare
Should be good now. Remaining failure is unrelated test bot issue where it incorrectly tries to source build some dependencies. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?