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

Last updated: May 21,2024

1. Install "libghc-pipes-dev" package

Learn how to install libghc-pipes-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-pipes-dev" package

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

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

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

Package: libghc-pipes-dev
Priority: extra
Section: universe/haskell
Installed-Size: 1259
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-pipes
Version: 4.1.7-1
Provides: libghc-pipes-dev-4.1.7-d3ccd
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-mmorph-dev-1.0.4-0ef8c, libghc-mtl-dev-2.2.1-3af90, libghc-transformers-dev-0.4.2.0-81450, libc6 (>= 2.2.5)
Suggests: libghc-pipes-doc, libghc-pipes-prof
Filename: pool/universe/h/haskell-pipes/libghc-pipes-dev_4.1.7-1_amd64.deb
Size: 111886
MD5sum: 072dd61fdd9dc7c9c7bed2bfab655528
SHA1: f074cb065ccc1859fd458e40f5b02aee58d7fc49
SHA256: 30a22f9967705e4c0e21a693d84b98e886001911bfbf041708d7992a275efe1c
Description-en: compositional pipelines
pipes is a clean and powerful stream processing library that lets you
build and connect reusable streaming components
.
Advantages over traditional streaming libraries:
* Concise API: Use simple commands like for, (>->), await, and yield
* Blazing fast: Implementation tuned for speed
* Lightweight Dependency: pipes is small and compiles very rapidly,
including dependencies
* Elegant semantics: Use practical category theory
* ListT: Correct implementation of ListT that interconverts with pipes
* Bidirectionality: Implement duplex channels
* Extensive Documentation: Second to none!
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 8020050db6323f6e2219f72c1d641bbd
Homepage: http://hackage.haskell.org/package/pipes
Ghc-Package: pipes-4.1.7-d3ccdfa8e43fd129c9a9bb805985a734
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu