How to Install and Uninstall libghc-ixset-typed-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 19,2024

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

This is a short guide on how to install libghc-ixset-typed-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

In this section, we are going to explain the necessary steps to uninstall libghc-ixset-typed-dev on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libghc-ixset-typed-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libghc-ixset-typed-dev
Architecture: amd64
Version: 0.5-1build3
Priority: extra
Section: universe/haskell
Source: haskell-ixset-typed
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 787
Provides: libghc-ixset-typed-dev-0.5-70ec0
Depends: libghc-base-dev-4.13.0.0-2f220, libghc-containers-dev-0.6.2.1-ab1cf, libghc-deepseq-dev-1.4.4.0-9f093, libghc-safecopy-dev-0.10.3-5d96f, libghc-syb-dev-0.7.1-bb80c, libghc-template-haskell-dev-2.15.0.0-80f0d, libc6 (>= 2.2.5), libgmp10
Suggests: libghc-ixset-typed-doc, libghc-ixset-typed-prof
Filename: pool/universe/h/haskell-ixset-typed/libghc-ixset-typed-dev_0.5-1build3_amd64.deb
Size: 86420
MD5sum: 78623ca5a211bd500dfc027bccb2e1cb
SHA1: 814466afa54b30852033442cb0ad4dd8f31461cf
SHA256: dae5f384b7f6e3a9c1e625ebe5b63427ad0ade61876dada7c4e48a2f7c6349ff
SHA512: 98ddb3b35aff0dd74f9fe1cb56aeea1e4c283457a21f6c8d6f5bce31eaa2510ee2931ff97cd2e41ffb4fe978096ac04c07735363266595556a822cee5fa5e191
Homepage: http://hackage.haskell.org/package/ixset-typed
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: 23d687009828835cfbbe22b4c4c37383
Ghc-Package: ixset-typed-0.5-6XQYijVbrLQGEqZk1KjzGa