Description
A formatter for Haskell source code. It rewrites Haskell files into a consistent style, helping projects reduce formatting debates and keep diffs focused on behavior.
Developers use it from the terminal, editors, or CI. Formatting can change many lines at once, so run it on intended files and review the diff before committing shared code.