How to Install and Uninstall libghc-wl-pprint-extras-prof Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 29,2024

1. Install "libghc-wl-pprint-extras-prof" package

Please follow the guidance below to install libghc-wl-pprint-extras-prof on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-wl-pprint-extras-prof

2. Uninstall "libghc-wl-pprint-extras-prof" package

Here is a brief guide to show you how to uninstall libghc-wl-pprint-extras-prof on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-wl-pprint-extras-prof $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-wl-pprint-extras-prof package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-wl-pprint-extras-prof
Priority: extra
Section: universe/haskell
Installed-Size: 523
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-wl-pprint-extras
Version: 3.5.0.5-3build1
Provides: libghc-wl-pprint-extras-prof-3.5.0.5-d1798
Depends: libghc-wl-pprint-extras-dev (= 3.5.0.5-3build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-containers-prof-0.5.6.2-59326, libghc-semigroupoids-prof-5.0.0.4-0fab8, libghc-semigroups-prof-0.18.0.1-8280a, libghc-text-prof-1.2.2.0-2c09c, libghc-utf8-string-prof-1.0.1.1-09f69
Filename: pool/universe/h/haskell-wl-pprint-extras/libghc-wl-pprint-extras-prof_3.5.0.5-3build1_amd64.deb
Size: 59244
MD5sum: 8519f2091f6268cb2058b01eddb1e857
SHA1: a07d56efa1c736b06166bc6164763002963f2e94
SHA256: 6e947e15f562335d7d546cc64dc916e0c5db58d049ab216c356f21695b1fbccd
Description-en: free monad based on the Wadler/Leijen pretty printer; profiling libraries
This is an implementation of the pretty printing combinators described
by Philip Wadler (1997). In their bare essence, the combinators of
Wadler are not expressive enough to describe some commonly occurring
layouts. The PPrint library adds new primitives to describe these
layouts and works well in practice.
.
The library is based on a single way to concatenate documents, which
is associative and has both a left and right unit. This simple design
leads to an efficient and short implementation. The simplicity is
reflected in the predictable behaviour of the combinators which make
them easy to use in practice.
.
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: b18f0788637635b33756686a5b3cfad1
Homepage: http://github.com/ekmett/wl-pprint-extras/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu