- Add support for GHC 9.10 and drop support for GHC 9.4.
- Add support for GHC 9.8 and drop support for GHC 9.2.
- Add support for GHC 9.6 and drop support for GHC 9.0.
- Handle definitions of class methods properly.
- Enable
ImportQualifiedPost
,MagicHash
,QuasiQuotes
andTemplateHaskellQuotes
by default. - Allow parsing files more than once with different configurations.
- Add support for GHC 9.4 and drop support for GHC 8.10.
- Handle record pattern synonyms properly.
- Handle errors more gracefully.
- Enable
CApiFFI
by default.
- Add support for GHC 9.2.
- Require aeson >= 2.0.
- Enable
BlockArguments
,ExplicitNamespaces
,GADTSyntax
,NumericUnderscores
,PatternSynonyms
andUnicodeSyntax
by default.
- Properly escape ex mode search commands.
- Fix parsing of generated ctags file.
- Remove non-ascii kind symbols (ctags).
- Make generation of Ex mode search commands optional (ctags).
- Don't check stored mtimes if there are no tags.
- Fix sorting of ctags.
- Express addresses of ctags as ex commands.
- Improve performance of parsing a ctags file.
- Fix compatibility with GHC 8.10.
- Drop support for GHC 8.8.
- Make output flag
ctags
compatible. - Increase allocation area to 4MB for better performance.
- Initial release.