th-printf v0.6.0 Release Notes

Release Date: 2018-08-18 // over 5 years ago
  • Backported new backpack-based code to pre GHC-8.4 versions.

    • ๐Ÿ“‡ Rename of public modules
    • ๐Ÿ“œ Parser rewrite
    • โš  th-printf now prints a warning when given an erroneous format string
    • โšก๏ธ Several printf behaviors have been updated to comply with spec:
      • x, u, etc. specifiers now only apply to positive integers
      • Length specifiers are allowed
    • โœ… Generated testsuite covers more cases