How to Install libghc-descriptive-dev in Ubuntu 18.04



Install libghc-descriptive-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libghc-descriptive-dev

Description:

Self-describing consumers/parsers; forms, cmd-line args, JSON, etc.

There are a variety of Haskell libraries which are implementable through a common interface: self-describing parsers: . * A formlet is a self-describing parser. * A regular old text parser can be self-describing. * A command-line options parser is a self-describing parser. * A MUD command set is a self-describing parser. * A JSON API can be a self-describing parser. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.

Homepage: https://github.com/chrisdone/descriptive

Version: 0.9.4-5build7

Section: universe/haskell