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

Last updated: September 19,2024

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

This guide let you learn how to install libghc-pipes-safe-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This is a short guide on how to uninstall libghc-pipes-safe-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-pipes-safe-dev
Priority: extra
Section: universe/haskell
Installed-Size: 659
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-pipes-safe
Version: 2.2.3-3build1
Provides: libghc-pipes-safe-dev-2.2.3-93fe7
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-containers-dev-0.5.6.2-59326, libghc-exceptions-dev-0.8.0.2-36aed, libghc-monad-control-dev-1.0.0.4-54877, libghc-mtl-dev-2.2.1-3af90, libghc-pipes-dev-4.1.7-d3ccd, libghc-transformers-dev-0.4.2.0-81450, libghc-transformers-base-dev-0.4.4-19dc1, libc6 (>= 2.2.5)
Suggests: libghc-pipes-safe-doc, libghc-pipes-safe-prof
Filename: pool/universe/h/haskell-pipes-safe/libghc-pipes-safe-dev_2.2.3-3build1_amd64.deb
Size: 58314
MD5sum: 5d098761487f48b5d4110ff0e22bd8c0
SHA1: 208efa3f5bc5f41f1d76b6015956c6438a884560
SHA256: 1b41e540e1db5704be66eb141d0449baef28dbabc6eb82aeccd0987041198f53
Description-en: safety for the pipes ecosystem
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 a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: f45ca876634b65848b8eccd55eacf23b
Homepage: http://hackage.haskell.org/package/pipes-safe
Ghc-Package: pipes-safe-2.2.3-93fe70d68ab299bc8072e75141be2cd7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu