avh4 / elm-format

elm-format formats Elm source code according to a standard set of rules based on the official Elm Style Guide
BSD 3-Clause "New" or "Revised" License
1.31k stars 146 forks source link

Remove unused packages #811

Closed 8n8 closed 1 year ago

8n8 commented 1 year ago

Tidied up a package.yaml file by removing some unused dependencies.

avh4 commented 1 year ago

Thanks! I'll get to this soon (and before the 0.8.7 release).

I'll also add -Wunused-packages to all the other package.yaml's in the project -- feel free to add that yourself if you get to it before I do.

avh4 commented 1 year ago

Taking a look (and adding to the other packages) now...

avh4 commented 1 year ago

I think I'm also gonna upgrade this to -Werror=unused-packages (which can be downgraded again in cabal.project.local if desired to speed up local development, but will help me remember to actually notice the warning when committing)

avh4 commented 1 year ago

Thanks for the cleanup!