hpack

Modern format for Haskell packages with improved syntax and features

brewmacoslinux
Try with needOr install directly
Source

About

Modern format for Haskell packages

Commands

hpack

Examples

Convert hpack.yaml to Cabal package.cabal file$ hpack
Generate Cabal file from specific hpack configuration$ hpack my-package.yaml
Validate hpack.yaml syntax without generating Cabal file$ hpack --dry-run