Changelog for ghc-tags-core-0.2.0.0
Revision history for ghc-tags-core
0.1.0.0 -- 2020-03-24
- Normalise 'tagFilePath' for tags which are returned by the parsers.
- Added
GhcTag, some of the constructor contains type level information which is used to formCTagFields. - Added ctag pseudo header parser
0.2.0.0 -- 2020-04-12
- Use
Textto represent file names; Parsers are usingByteStringas input rather thanText, which allows to normaliseFilePathwhen parsing data usingfilepath-bytestringlibrary.