mirror of
https://github.com/ocharles/weeder.git
synced 2024-11-22 22:42:10 +03:00
428 B
428 B
2.6.0 - 2023-07-07
Added
- Weeder now supports GHC 9.6.
Changed
- Weeder now uses TOML as a configuration format. Please see Weeder's
README
for more information on the configuration format. - Weeder now sorts weeds in a single file by ascending line number
Fixed
- Weeder now internally adds declarations once. This shouldn't result in any user visible changes, but may improve performance.