ghc-tags-plugin v0.1.4.0 Release Notes

Release Date: 2020-03-11 // about 4 years ago
    • 🏷 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.