Changelog for detour-via-sci-1.0.0
1.0.0
Initial version with;
toSci
andfromSci
for converting Rational to and from Scientific.showSci
for showing Rational as if Scientific.- For JSON, instances of
ToJSON
andFromJSON
for newtype Rational that also have instances ofDefaultDecimalPlaces
andNewType
. - For CSV, instances of
ToField
andFromField
in the same way. - Template Haskell functions to generate instances.