language-thrift v0.8.0.0 Release Notes

Release Date: 2016-02-09 // about 8 years ago
  • ๐Ÿš€ This release contains breaking changes. The number of transitive dependencies has been reduced significantly.

    • ๐Ÿ“œ Switched parser to megaparsec. trifecta and parsers bring too many dependencies with them.
    • ๐Ÿ–จ Drop support for wl-pprint. Only ansi-wl-pprint is supported now.
    • Drop dependency on lens. Lenses for fields of the AST elements are still provided but prisms are not. Use Control.Lens.makePrisms to derive your own if needed.