avro v0.4.5.1 Release Notes

Release Date: 2019-08-01 // over 4 years ago
  • ๐Ÿ”„ Changes

    • โœ‚ Remove comment in splice Haddock doesn't like it and fails because it thinks it's section syntax:

      src/Data/Avro/Deriving.hs:465:15: error: parse error on input โ€˜-- $(schemaDef' sch)โ€™ | 465 | x = sch -- $(schemaDef' sch) | ``` by @alexbiehl

      • Merge pull request #109 from alexbiehl/patch-1 Remove comment in splice by @AlexeyRaga
      • Release v0.4.5.1 by @AlexeyRaga