haskell-servant / servant

Servat is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more!
https://docs.servant.dev/
1.82k stars 412 forks source link

codebase clean-up #1750

Closed tchoutri closed 5 months ago

tchoutri commented 5 months ago

This PR adds more compilation flags by default to prevent anti-patterns like non-canonical instances, unrestricted imports of Data.List, redundant imports, etc.