Closed carbolymer closed 8 months ago
Hydra windows build is failing because of haskell.nix + blst on windows issues: https://input-output-rnd.slack.com/archives/CG1FBSDMM/p1708462370264619
Sorry, it seems I did the same exact thing you did in https://github.com/IntersectMBO/cardano-cli/pull/558 (really wanted to get it merged). I misunderstood something and it didn't occur to me to check whether the imports had been fixed in another PR until after doing it myself 🤦.
Anyway, the way you fixed cardano-cli/src/Cardano/CLI/Pretty.hs
is much nicer, I didn't know you could do that.
@palas no worries, thanks for doing that! I've just updated the description of #558.
Superceded by https://github.com/IntersectMBO/cardano-cli/pull/558
Changelog
Context
This PR contains indices bump and redundant imports removal, because of how cardano-api exports things now.
Checklist