We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are closing in on resolving the issues that prevented us from upgrading the node from using ghc-9 for compilation.
Once we have a successful version of the node that was compiled with ghc-9 happily running on mainnet we can safely drop support for ghc-8.10.7
This ticket captures the task of doing so in ledger and lists all of the things that need to be done, once we do drop that support:
BaseImpM
if !impl(ghc >=9.2) ghc-options: -Wno-name-shadowing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are closing in on resolving the issues that prevented us from upgrading the node from using ghc-9 for compilation.
Once we have a successful version of the node that was compiled with ghc-9 happily running on mainnet we can safely drop support for ghc-8.10.7
This ticket captures the task of doing so in ledger and lists all of the things that need to be done, once we do drop that support:
BaseImpM
introduced with Made it possible to use Imp logging in the conformance hook #4796The text was updated successfully, but these errors were encountered: