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

Last updated: May 03,2024

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

This tutorial shows how to install libghc-incremental-parser-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the guidance below to uninstall libghc-incremental-parser-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-incremental-parser-prof
Priority: extra
Section: universe/haskell
Installed-Size: 450
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-incremental-parser
Version: 0.2.4.1-1build1
Provides: libghc-incremental-parser-prof-0.2.4.1-753d1
Depends: libghc-incremental-parser-dev (= 0.2.4.1-1build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-monoid-subclasses-prof-0.4.1.2-5dd26
Filename: pool/universe/h/haskell-incremental-parser/libghc-incremental-parser-prof_0.2.4.1-1build1_amd64.deb
Size: 49098
MD5sum: 27d232bff8661f28834547ad43c86d75
SHA1: b741af4b8f57bbd2b0df144d6c70017786f2778d
SHA256: d36807bb3be3d167f32c35e1434d93f4e56e72d959449edd2f80b9c9b7456fb0
Description-en: generic incremental parsers; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: a14e273744a63c2903c1b050e2a8e5fe
Homepage: http://patch-tag.com/r/blamario/incremental-parser/wiki/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu