ghc-tags-plugin v0.1.5.0 Release Notes

Release Date: 2020-03-13 // about 4 years ago
    • ๐Ÿ”’ concurrency safety - protection tags file using a file lock

Previous changes from v0.1.4.0

    • ๐Ÿท Tags for default instances of associated (data) type familes.
    • โž• Added path argument, can be passed using -fplugin-opt=Plugin.GhcTags:../tags.
    • Wrapped IOExceptions, so when it will happen it will be obvious that the plugin failed not ghc
    • ๐Ÿ›  Fixed the tag ordering function to be fullfil the transitivness property.