IntersectMBO / plutus-apps

The Plutus application platform
Apache License 2.0
306 stars 214 forks source link

Restrict to aeson 2.0 or better #1037

Closed kayvank closed 1 year ago

kayvank commented 1 year ago

This PR is response to Slack conversation on #cardano-dev channel in regards to upgrading aeson to 2.0 or better. Note that plutus-apps cabal.project is configured for 2.0 and this change is more for readability. PLT-5442

Pre-submit checklist:

koslambrou commented 1 year ago

Shouldn't the aeson lower bound change for all Haskell projects in plutus-apps?

kayvank commented 1 year ago

Shouldn't the aeson lower bound change for all Haskell projects in plutus-apps?

@koslambrou it was already set to >=2 in cabal.project

koslambrou commented 1 year ago

@kayvank Ah cool. Can you force-push to re-trigger a CI run?

koslambrou commented 1 year ago

@kayvank Can you fix conflicts so that we can merge this?

kayvank commented 1 year ago

@kayvank Can you fix conflicts so that we can merge this?

@koslambrou they're resolved now, thnx