All Versions
5
Latest Version
Avg Release Cycle
333 days
Latest Release
996 days ago
Changelog History
Changelog History
-
v0.5 Changes
September 05, 2020- Changes to make it work with GHC 8.10.2
-
v0.4 Changes
January 15, 2017- Export the new FloatingHexReader class. Useful when used as an API.
-
v0.3 Changes
January 15, 2017Bump up template-haskell dependency to >= 2.10. As noted by Herbert Valerio Riedel, FloatingHex fails to compile with older versions.
Make the double->float conversions more robust, by avoiding the rational route. (Avoids issues in https://ghc.haskell.org/trac/ghc/ticket/3676)
-
v0.2 Changes
January 14, 2017- Support for parsing nan/infinity values
- Make the printer compliant with printf %a modifier in C
-
v0.1 Changes
January 14, 2017- First implementation. The quasiquoter and the pretty-printer are implemented.