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

Last updated: November 07,2024

1. Install "libghc-pipes-safe-doc" package

Please follow the step by step instructions below to install libghc-pipes-safe-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-pipes-safe-doc

2. Uninstall "libghc-pipes-safe-doc" package

Please follow the guidance below to uninstall libghc-pipes-safe-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-pipes-safe-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-pipes-safe-doc
Priority: extra
Section: universe/doc
Installed-Size: 220
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-pipes-safe
Version: 2.2.3-3build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-exceptions-doc, libghc-monad-control-doc, libghc-mtl-doc, libghc-pipes-doc, libghc-transformers-base-doc
Filename: pool/universe/h/haskell-pipes-safe/libghc-pipes-safe-doc_2.2.3-3build1_all.deb
Size: 28680
MD5sum: c27264edd70264c8db75919e5e273d66
SHA1: a07c0bc5e0de1d3ad176f73fe4c1562ccb757d58
SHA256: 158bcc21da9447a40a3f8fde7c77caa992745701d03c222d32690a91b2124b9a
Description-en: safety for the pipes ecosystem; documentation
This package adds resource management and exception handling to the
pipes ecosystem.
.
Notable features include:
.
* Resource Safety: Guarantee finalization using `finally`, `bracket`
and more
* Exception Safety: Even against asynchronous exceptions!
* Laziness: Only acquire resources when you need them
* Promptness: Finalize resources early when you are done with them
* Native Exception Handling: Catch and resume from exceptions
inside pipes
* No Buy-in: Mix resource-safe pipes with unmanaged pipes using
`hoist`
.
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: 06f9a69dbe90dbacbe51079e8dbc4ac5
Homepage: http://hackage.haskell.org/package/pipes-safe
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu