Announcing Weeder 2.11.0

Hi all!

I’m happy to announce the release of Weeder 2.11.0 :partying_face: . 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 roots patterns, root-instances entries and root-modules patterns 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!

16 Likes