Weeder 2.9 released

Hi all!

I’m happy to announce the release of Weeder 2.9.0 :partying_face: . Weeder is a utility to find unused declarations over an entire Haskell project.

Here are the changes in this release:

Changed

  • Sort weeds by line number and then by column. (#155)
  • Show unit names in output. (#156)
  • Significantly improve weeders performance when using type-class-roots = false. (#172)
  • Use Glob to find .hie files. This can avoid an infinite loop with recursive symlinks. (#165)
  • Build with lens-5.3. (#173)

Fixed

  • Weeder now correctly reports TOML parse errors. (#161)

As always, happy weeding!

19 Likes