This release was originally motivated by dependency version updates. It is still technically major, because of a breaking change in a function's type signature.
- Parsing errors are now more helpful with better positional information, using a modified
showParsecErr
and a newshowParsecErrOneLine
. - Breaking change: The type of
readCalCurve
changed. It is now safe, returningEither String CalCurveBP
. The old version is preserved inreadCalCurveUnsafe
. - Added support and extended the version ranges for
random-1.3
andoptparse-applicative-0.19.0.0
.