IntersectMBO / cardano-haskell-packages

Metadata for Cardano's Haskell package repository
https://chap.intersectmbo.org/
Apache License 2.0
34 stars 27 forks source link

Lossen upper bounds on plutus-ledger-api #862

Closed erikd closed 3 months ago

erikd commented 3 months ago

@lehins All I have done is added ^>=1.31 to the bounds of plutus-ledger-api so it looks like:

plutus-ledger-api ^>=1.30 || ^>= 1.31

to allow me to remove all the allow-newer stanzas in my cardano-cli PR.

If this is ok with you, please merge it.