hindent

Haskell source code pretty printer and formatter

brewmacoslinux
Try with needOr install directly
Source

About

Haskell pretty printer

Commands

hindent

Examples

Format a Haskell file in-place$ hindent --inplace myfile.hs
Pretty-print a file and display to stdout$ hindent myfile.hs
Format multiple files with specific line length$ hindent --line-length 100 file1.hs file2.hs