How to Install and Uninstall libghc-indexed-traversable-prof Package on Kali Linux

Last updated: July 07,2024

1. Install "libghc-indexed-traversable-prof" package

Please follow the guidelines below to install libghc-indexed-traversable-prof on Kali Linux

$ sudo apt update $ sudo apt install libghc-indexed-traversable-prof

2. Uninstall "libghc-indexed-traversable-prof" package

Please follow the steps below to uninstall libghc-indexed-traversable-prof on Kali Linux:

$ sudo apt remove libghc-indexed-traversable-prof $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-indexed-traversable-prof package on Kali Linux

Package: libghc-indexed-traversable-prof
Source: haskell-indexed-traversable
Version: 0.1.3-1
Installed-Size: 1441
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-indexed-traversable-prof-0.1.3-90056
Depends: libghc-array-prof-0.5.4.0-0952c, libghc-base-prof-4.17.2.0-68dfe, libghc-containers-prof-0.6.7-a1650, libghc-foldable1-classes-compat-prof-0.1-c08c9, libghc-indexed-traversable-dev (= 0.1.3-1), libghc-transformers-prof-0.5.6.2-931c3
Size: 137008
SHA256: 32a3f80e7d3bc84fa6a577dee6add433eaf7675c3e64fe0c341ee4476b7d2bbb
SHA1: e2cb9eb9018c0f0c986c862183aeab008e1362ed
MD5sum: adb48c813db289962966145a412881b2
Description: Indexed Traversables for Haskell; profiling libraries
This package provides three useful generalizations:
class Functor f => FunctorWithIndex i f | f -> i where
\ imap :: (i -> a -> b) -> f a -> f b
.
class Foldable f => FoldableWithIndex i f | f -> i where
\ ifoldMap :: Monoid m => (i -> a -> m) -> f a -> m
.
class (FunctorWithIndex i t, FoldableWithIndex i t, Traversable t) => TraversableWithIndex i t | t -> i where
\ itraverse :: Applicative f => (i -> a -> f b) -> t a -> f (t b)
.
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:
Homepage: https://hackage.haskell.org/package/indexed-traversable
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-indexed-traversable/libghc-indexed-traversable-prof_0.1.3-1_amd64.deb