Hi all!
I’m happy to announce the release of Weeder 2.11.0
. Weeder is a utility to find unused declarations over an entire Haskell project.
Here are the changes in this release:
Added
- Weeder now reports explicitly configured
rootspatterns,root-instancesentries androot-modulespatterns that match no identifiers, so stale configuration entries are surfaced as weeds (self-weeding). Defaults are left alone. (#204)
Thanks to @NorfairKing for contributing this change!