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

Last updated: May 13,2024

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

Please follow the guidelines below to install libghc-ixset-typed-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide let you learn how to uninstall libghc-ixset-typed-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-ixset-typed-prof
Priority: extra
Section: universe/haskell
Installed-Size: 686
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-ixset-typed
Version: 0.3-3build1
Provides: libghc-ixset-typed-prof-0.3-aa471
Depends: libghc-ixset-typed-dev (= 0.3-3build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-containers-prof-0.5.6.2-59326, libghc-deepseq-prof-1.4.1.1-614b6, libghc-safecopy-prof-0.8.6-281a8, libghc-syb-prof-0.6-d154b, libghc-template-haskell-prof-2.10.0.0-3c4cb
Filename: pool/universe/h/haskell-ixset-typed/libghc-ixset-typed-prof_0.3-3build1_amd64.deb
Size: 75634
MD5sum: 6fb22e35c6d9df8987bb5ac8260d9e80
SHA1: b7b7c7c2d1fd6823045971845436a15fc5588b1d
SHA256: ce40c0c7d304f098291db7f076ee0e6f78eacca4f09b6ab970fb7c9a9344f235
Description-en: Efficient relational queries on Haskell sets.; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 58d7eb2c3533deac45214b3abc437da5
Homepage: http://hackage.haskell.org/package/ixset-typed
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu