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.
There was a breaking change to the
readEither
function fromprotolude-0.3.0
toprotolude-0.3.1
.This change exports a version of
readEither
as defined inprotolude-0.3.1
onwards so that downstream projects can use that version ofreadEither
regardless of which version ofprotolude
is used as the dependency.This allows downstream projects upgrade to not care which version of
protolude
is pulled in as a dependency.