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

Last updated: May 09,2024

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

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

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

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

This tutorial shows how to uninstall libghc-wl-pprint-extras-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-wl-pprint-extras-doc
Priority: extra
Section: universe/doc
Installed-Size: 608
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-wl-pprint-extras
Version: 3.5.0.5-3build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-semigroupoids-doc, libghc-semigroups-doc, libghc-text-doc
Filename: pool/universe/h/haskell-wl-pprint-extras/libghc-wl-pprint-extras-doc_3.5.0.5-3build1_all.deb
Size: 52434
MD5sum: cdf49f3c0427756a1fc176632eabb0e0
SHA1: a386a18a72dc0bef09f37e939f6637d5d82dd053
SHA256: 2b817b9c59124f3bee9be387a0b680c208820f742b1446052fadcb792a8846f1
Description-en: free monad based on the Wadler/Leijen pretty printer; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 54c18109dc43050113278151c74732fd
Homepage: http://github.com/ekmett/wl-pprint-extras/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu