@hackage hspretty0.2.0.0

My opinionated Haskell project formatter.

This is a formatter for Haskell projects (for example, for *.cabal files and *.hs files) that can perform both in-place formatting and formatting checks. In the background, it uses Ormolu and cabal-fmt. Please make sure that cabal-fmt is installed separately before running it, since it invokes cabal-fmt as a command-line utility. . It is licensed under the BSD-3-Clause license to match Ormolu and cabal-fmt.