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

Last updated: May 14,2024

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

In this section, we are going to explain the necessary steps to install libghc-ixset-typed-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This is a short guide on how to uninstall libghc-ixset-typed-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-ixset-typed-dev
Priority: extra
Section: universe/haskell
Installed-Size: 642
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-ixset-typed
Version: 0.3-3build1
Provides: libghc-ixset-typed-dev-0.3-aa471
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-containers-dev-0.5.6.2-59326, libghc-deepseq-dev-1.4.1.1-614b6, libghc-safecopy-dev-0.8.6-281a8, libghc-syb-dev-0.6-d154b, libghc-template-haskell-dev-2.10.0.0-3c4cb, libc6 (>= 2.2.5)
Suggests: libghc-ixset-typed-doc, libghc-ixset-typed-prof
Filename: pool/universe/h/haskell-ixset-typed/libghc-ixset-typed-dev_0.3-3build1_amd64.deb
Size: 72604
MD5sum: 21baa06645afa70befe5c17c7075f3a1
SHA1: 05cd65a466fb0b79268de0c2ea339fb92b8ec1e6
SHA256: 445e308359d0d47851335ca2c48c5311894453b125c266838d0aa3510a929e8c
Description-en: Efficient relational queries on Haskell sets.
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 a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 5ac0fe6f44955678aa150f5827ecb077
Homepage: http://hackage.haskell.org/package/ixset-typed
Ghc-Package: ixset-typed-0.3-aa47176ccaee9cc27f6dafd9601d1b97
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu