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

Last updated: May 08,2024

1. Install "libghc-fclabels-prof" package

This guide let you learn how to install libghc-fclabels-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-fclabels-prof" package

This is a short guide on how to uninstall libghc-fclabels-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-fclabels-prof
Priority: extra
Section: universe/haskell
Installed-Size: 1101
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-fclabels
Version: 2.0.2.3-1
Provides: libghc-fclabels-prof-2.0.2.3-86758
Depends: libghc-fclabels-dev (= 2.0.2.3-1), libghc-base-prof-4.8.2.0-0d6d1, libghc-mtl-prof-2.2.1-3af90, libghc-template-haskell-prof-2.10.0.0-3c4cb, libghc-transformers-prof-0.4.2.0-81450
Filename: pool/universe/h/haskell-fclabels/libghc-fclabels-prof_2.0.2.3-1_amd64.deb
Size: 112546
MD5sum: 5ab754c6947cda493b6bd5381d84345a
SHA1: d6acfaf06a3eecdf93cfb889e91fe1cea8647743
SHA256: 2854d2576fe0abade7f5c782760b9b0142dc6ddbefdcf00734753b1e630b48f4
Description-en: first-class accessor labels; profiling libraries
This package provides first class labels that can act as
bidirectional record fields. The labels can be derived
automatically using Template Haskell which means you don't have
to write any boilerplate yourself. The labels are implemented as
lenses and are fully composable. Labels can be used to /get/,
/set/ and /modify/ parts of a datatype in a consistent way.
.
See "Data.Label" for an introductory explanation.
.
Internally lenses are not tied to Haskell functions directly,
but are implemented as arrows. Arrows allow the lenses to be run
in custom computational contexts. This approach allows us to
make partial lenses that point to fields of multi-constructor
datatypes in an elegant way.
.
See the "Data.Label.Maybe" module for the use of partial labels.
.
> 1.1.1.0 -> 1.1.2
> - Added partial set/modify versions that act as identity
> when the constructor field is not available.
.
Author: Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher
with lots of help and feedback from others.
Upstream-Maintainer: Sebastiaan Visser
.
This package contains the libraries compiled with profiling enabled.
Description-md5: dfdd92b03637fbae6c6a908aaef93714
Homepage: https://github.com/sebastiaanvisser/fclabels
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu