@hackage hspretty0.2.0.0
My opinionated Haskell project formatter.
Categories
License
BSD-3-Clause
Maintainer
j.s.merritt@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (14)
- ansi-terminal ^>=0.11
- base ^>=4.14.1.0 || ^>=4.15.0.0
- bytestring ^>=0.10.12.0
- directory ^>=1.3.6.0
- optparse-applicative ^>=0.16.1.0
- ormolu ^>=0.1.4.1 || ^>=0.2.0.0 Show all…
Dependents (0)
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.