Closed erikd closed 5 months ago
Before this can be merged, all the downstream packages need to build with this new version.
cardano-ledger
, ourouboros-network
ouroboros-consensus
, cardano-node
and cardano-db-sync
all compile with relatively minor modifications. Some very minor changes need in node
to use qualified imports instead of unqualified one and in db-sync
to remove textShow
which is now available in cardano-prelude
.
8.10.7 macOS is broken due to GHA runners defaulting to aarch64-darwin. And subsequently GHC trying to go through the LLVM backend, but missing the llvm tools.
Are we inlining part of protolude here?
We are inlining parts of protolude.
The upstream maintainers for Protolude are not very active and it is ALWAYS slow to get updated for new compilers.