haskell-suite / haskell-src-exts

Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
Other
193 stars 94 forks source link

CHANGELOG for 1.22 does not mention breaking change of Asst/PAsst types #446

Closed yeputons closed 4 years ago

yeputons commented 4 years ago

Version 1.22 got new Asst/PAsst types (see #441) which presumably broke hindent build which depended on haskell-src-exts >= 1.20 (https://github.com/chrisdone/hindent/issues/562).

If these types are part of the public contract, I think it'd good to specify this change in CHANGELOG.

yeputons commented 4 years ago

Oops, sorry, I should've missed that in changelog.