How to Install and Uninstall libghc-incremental-parser-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 19,2024

1. Install "libghc-incremental-parser-dev" package

Please follow the guidelines below to install libghc-incremental-parser-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-incremental-parser-dev

2. Uninstall "libghc-incremental-parser-dev" package

Here is a brief guide to show you how to uninstall libghc-incremental-parser-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-incremental-parser-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-incremental-parser-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-incremental-parser-dev
Priority: extra
Section: universe/haskell
Installed-Size: 483
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-incremental-parser
Version: 0.2.4.1-1build1
Provides: libghc-incremental-parser-dev-0.2.4.1-753d1
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-monoid-subclasses-dev-0.4.1.2-5dd26, libc6 (>= 2.2.5)
Suggests: libghc-incremental-parser-doc, libghc-incremental-parser-prof
Filename: pool/universe/h/haskell-incremental-parser/libghc-incremental-parser-dev_0.2.4.1-1build1_amd64.deb
Size: 57478
MD5sum: 74135ed8b280e26d7f49e1ec3edc5e3f
SHA1: 465c7a6e1ed2f2f729e5639082c0a8ef454161ae
SHA256: bdb8051e7a6e6518593036d7ce37bc6e21e0fc587a7f23febf35711ebc779abf
Description-en: generic incremental parsers
Incremental parsers can provide partial results from partial input.
This parser library is implemented using the concept of Brzozowski
derivatives, tweaked and optimized to work with any monoidal input
type. Lists, ByteString, and Text are supported out of the box, as
well as any other data type for which the monoid-subclasses package
defines instances. If the parser result is also a monoid, the
parser can provide it incrementally, before the complete input is
parsed.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 8a0b5c7f45d343f131d370beb5b13fa5
Homepage: http://patch-tag.com/r/blamario/incremental-parser/wiki/
Ghc-Package: incremental-parser-0.2.4.1-753d1ec8b3a62a69eebecc16ba1377ed
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu