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

Last updated: May 08,2024

1. Install "libghc-fclabels-dev" package

Here is a brief guide to show you how to install libghc-fclabels-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-fclabels-dev" package

Please follow the guidance below to uninstall libghc-fclabels-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-fclabels-dev
Priority: extra
Section: universe/haskell
Installed-Size: 1107
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-fclabels
Version: 2.0.2.3-1
Provides: libghc-fclabels-dev-2.0.2.3-86758
Depends: libc6 (>= 2.2.5), libghc-base-dev-4.8.2.0-0d6d1, libghc-mtl-dev-2.2.1-3af90, libghc-template-haskell-dev-2.10.0.0-3c4cb, libghc-transformers-dev-0.4.2.0-81450
Suggests: libghc-fclabels-doc, libghc-fclabels-prof
Filename: pool/universe/h/haskell-fclabels/libghc-fclabels-dev_2.0.2.3-1_amd64.deb
Size: 122804
MD5sum: 6ff280e1df62fa5c0ca8deeb5ac6b7f6
SHA1: 0f1589ea53061c7593318ca112ebe1ad62c46a14
SHA256: 7614c20a5fa2e74f177a476d876aeedf39e24e1f6da452c89923982118b6be0a
Description-en: first-class accessor labels
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 normal library files.
Description-md5: db78202bfe924e975143dfcd2dcba2a9
Homepage: https://github.com/sebastiaanvisser/fclabels
Ghc-Package: fclabels-2.0.2.3-8675886bb06bef7ad75ea6d9cd3e84c6
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu