Hpack (Haskell)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{DISPLAYTITLE:hpack}} {{FormatInfo |formattype=electronic |subcat=Development }} '''hpack''' is a packaging format for the Haskell programming language, intended as a mor...") |
Latest revision as of 18:31, 13 June 2020
hpack is a packaging format for the Haskell programming language, intended as a more modern alternative to Cabal.
Normally, hpack packages are described in a file package.yaml
(in YAML format). The hpack executable can generate Cabal files from this when they are needed.