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

Last updated: September 20,2024

1. Install "libghc-semigroupoids-prof" package

This is a short guide on how to install libghc-semigroupoids-prof on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-semigroupoids-prof

2. Uninstall "libghc-semigroupoids-prof" package

Please follow the step by step instructions below to uninstall libghc-semigroupoids-prof on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-semigroupoids-prof $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-semigroupoids-prof
Priority: extra
Section: universe/haskell
Installed-Size: 2630
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-semigroupoids
Version: 5.0.0.4-1build1
Provides: libghc-semigroupoids-prof-5.0.0.4-0fab8
Depends: libghc-semigroupoids-dev (= 5.0.0.4-1build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-base-orphans-prof-0.4.5-fd5d4, libghc-bifunctors-prof-5.1-6066f, libghc-comonad-prof-4.2.7.2-3ce8d, libghc-containers-prof-0.5.6.2-59326, libghc-contravariant-prof-1.3.3-3eb16, libghc-distributive-prof-0.4.4-bb01c, libghc-semigroups-prof-0.18.0.1-8280a, libghc-tagged-prof-0.8.2-16a51, libghc-transformers-prof-0.4.2.0-81450, libghc-transformers-compat-prof-0.4.0.4-8aa40
Filename: pool/universe/h/haskell-semigroupoids/libghc-semigroupoids-prof_5.0.0.4-1build1_amd64.deb
Size: 228620
MD5sum: 63a0d47c5e30f38c7f10f41dad8ef239
SHA1: 82b26a13a609b8daebb477d6b034dceeb5e75b43
SHA256: f71e03e68546f0c8135c1114d67e810160f4afdd8864cc0b580796aa7b959aee
Description-en: Haskell 98 semigroupoids: Category sans id; profiling libraries
A Semigroupoid is a Category without the requirement of identity arrows for
every object in the category.
.
When working with comonads you often have the <*> portion of an Applicative,
but not the pure. This was captured in Uustalu and Vene's "Essence of Dataflow
Programming" in the form of the ComonadZip class in the days before
Applicative. Apply provides a weaker invariant, but for the comonads used for
data flow programming (found in the streams package), this invariant is
preserved. Applicative function composition forms a semigroupoid.
.
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: 95d317fc6204af33adf94bb5d166c197
Homepage: http://github.com/ekmett/semigroupoids
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu