Skip to content
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

Minimize constraints to avoid ghc bug #2978

Merged
merged 1 commit into from
Aug 16, 2022

Commits on Aug 16, 2022

  1. Keep number of constraints to the minimum in order to work around a g…

    …hc bug:
    
    * GHC bug: https://gitlab.haskell.org/ghc/ghc/-/issues/21973
    * Minimized number of constraints in all modules where the bug was possible:
      * `Cardano.Ledger.Shelley.TxBody`
      * `Cardano.Ledger.Shelley.Tx`
      * `Cardano.Ledger.ShelleyMA.TxBody`
      * `Catrdano.Ledger.Alonzo.TxBody`
      * `Catrdano.Ledger.Alonzo.Tx`
      * `Catrdano.Ledger.Babbage.TxBody`
    lehins committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    651d325 View commit details
    Browse the repository at this point in the history