How to Install hpack in Ubuntu 18.04



Install hpack by entering the following commands in the terminal:

sudo apt update
sudo apt install hpack

Description:

alternative format for Haskell packages

hpack is a tool to create the usual Haskell packaging metadata, i.e. the .cabal file, from a YAML description of the program, with some fields field in by inferred defaults and other additional conveniences.

Homepage: https://github.com/sol/hpack#readme

Version: 0.18.1-1build2

Section: universe/haskell