@hackage / hspretty

My opinionated Haskell project formatter.

Latest0.2.0.0

About

Metadata

  • Last updated , by lancelet
  • License BSD-3-Clause
  • Maintained by: j.s.merritt@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.0.1
  2. 8.10.5

Readme

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.