How to Install libghc-polyparse-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install libghc-polyparse-dev

Description:

alternative parser combinator libraries for Haskell

Alternative parser combinator libraries, including the original HuttonMeijer set. The Poly sets have features like good error reporting, arbitrary token type, running state, lazy parsing, and so on. Finally, Text.Parse is a proposed replacement for the standard Read class, for better deserialisation of Haskell values from Strings. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.

Homepage: http://code.haskell.org/~malcolm/polyparse/

Version: 1.12-3build2

Section: universe/haskell