stylish-haskell

Haskell code prettifier and formatter for consistent style

brewmacoslinux
Try with needOr install directly
Source

About

Haskell code prettifier

Commands

stylish-haskell

Examples

Format a single Haskell file and display output$ stylish-haskell Main.hs
Format a file in-place with changes$ stylish-haskell -i Main.hs
Format multiple files in a directory$ stylish-haskell -i src/*.hs