Package: wnpp Severity: wishlist * Package name : hindent Version : 5.2.3 Upstream Author : Chris Done <chrisd...@gmail.com> * URL : https://github.com/commercialhaskell/hindent * License : BSD3 Programming Lang: Haskell Description : automatic Haskell code formatter
HIndent is a is a Haskell pretty printer and code reformatter. It’s the Haskell counterpart to clang-format or gofmt. Given a Haskell source file, it reformats it to conform to a single, uniform style. There are a couple of other Haskell autoformatters out there, but the community seem to have generally settled on HIndent as the standard formatter. It’s robust and actively developed.