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)