IntersectMBO / cardano-prelude

A protolude-based custom prelude for the Cardano project
Apache License 2.0
15 stars 11 forks source link

Remove upper bound on protolude #165

Closed newhoggy closed 2 years ago

newhoggy commented 2 years ago

There was a breaking change to the readEither function from protolude-0.3.0 to protolude-0.3.1.

This change exports a version of readEither as defined in protolude-0.3.1 onwards so that downstream projects can use that version of readEither regardless of which version of protolude is used as the dependency.

This allows downstream projects upgrade to not care which version of protolude is pulled in as a dependency.