How to Install and Uninstall libghc-ixset-typed-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 16,2024

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

Learn how to install libghc-ixset-typed-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Here is a brief guide to show you how to uninstall libghc-ixset-typed-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libghc-ixset-typed-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libghc-ixset-typed-dev
Architecture: amd64
Version: 0.5-1build2
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: 785
Provides: libghc-ixset-typed-dev-0.5-e9945
Depends: libghc-base-dev-4.13.0.0-c9705, libghc-containers-dev-0.6.2.1-b8f3d, libghc-deepseq-dev-1.4.4.0-b386b, libghc-safecopy-dev-0.10.3-ab023, libghc-syb-dev-0.7.1-61189, libghc-template-haskell-dev-2.15.0.0-6d2a0, 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-1build2_amd64.deb
Size: 86552
MD5sum: 843f1e27195fbdd37d80325fccf58b25
SHA1: 92efad49eee20e8ccc9df2b5171e2d538da9cbf6
SHA256: cd99ba97c86e13b962cd2455f70d406ad423edd015d52db7aab59fc846f31cfd
SHA512: 0adeec71881468ed1ff00f9f5580b78cd80d60488a5954e51f4e8410250905d0e3386998f1094929d3f16bf3a6bee5d10b52bb66955f8d64ba313a80edf1fe9b
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-BCV7UegBkbI6rSBKuHUk1l