How to Install and Uninstall libghc-ixset-typed-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "libghc-ixset-typed-doc" package

This tutorial shows how to install libghc-ixset-typed-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-ixset-typed-doc

2. Uninstall "libghc-ixset-typed-doc" package

Please follow the guidelines below to uninstall libghc-ixset-typed-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-ixset-typed-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-ixset-typed-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-ixset-typed-doc
Priority: extra
Section: universe/doc
Installed-Size: 440
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-ixset-typed
Version: 0.3-3build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-safecopy-doc
Filename: pool/universe/h/haskell-ixset-typed/libghc-ixset-typed-doc_0.3-3build1_all.deb
Size: 45488
MD5sum: 3db26cf015f83df35065258d9940e651
SHA1: ee4df7b5ca193122e6470079226dc6e42fc23334
SHA256: 3ab827558b73857fbaab987ab800c299a67a62bab3898814906d8fbc0ef3d19f
Description-en: Efficient relational queries on Haskell sets.; documentation
This Haskell package provides a data structure of sets that are indexed by
potentially multiple indices.
.
Sets can be created, modified, and queried in various ways.
.
The package is a variant of the ixset package. The ixset package makes use of
run-time type information to find a suitable index on a query, resulting in
possible run-time errors when no suitable index exists. In ixset-typed, the
types of all indices available or tracked in the type system. Thus,
ixset-typed should be safer to use than ixset, but in turn requires more GHC
extensions.
.
At the moment, the two packages are relatively compatible. As a consequence of
the more precise types, a few manual tweaks are necessary when switching from
one to the other, but the interface is mostly the same.
.
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 6a515724cc06a56f11672486b8dc68ad
Homepage: http://hackage.haskell.org/package/ixset-typed
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu