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

Last updated: May 10,2024

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

Learn how to install libghc-incremental-parser-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This is a short guide on how to uninstall libghc-incremental-parser-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-incremental-parser-doc
Priority: extra
Section: universe/doc
Installed-Size: 368
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-incremental-parser
Version: 0.2.4.1-1build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-monoid-subclasses-doc
Filename: pool/universe/h/haskell-incremental-parser/libghc-incremental-parser-doc_0.2.4.1-1build1_all.deb
Size: 33434
MD5sum: 82f458a6cc273ce8008fb26854808d4e
SHA1: 76a14ffe5718ba71407c535dd37be69c543632db
SHA256: 3df8c5f12d32f35f66204935bde56967cc51b03e2d26f1ccca76846eb2a75860
Description-en: generic incremental parsers; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 19e064343fa75b196632e841f31c53c1
Homepage: http://patch-tag.com/r/blamario/incremental-parser/wiki/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu