How to Install and Uninstall libghc-data-reify-prof Package on Kali Linux

Last updated: July 02,2024

1. Install "libghc-data-reify-prof" package

Here is a brief guide to show you how to install libghc-data-reify-prof on Kali Linux

$ sudo apt update $ sudo apt install libghc-data-reify-prof

2. Uninstall "libghc-data-reify-prof" package

This tutorial shows how to uninstall libghc-data-reify-prof on Kali Linux:

$ sudo apt remove libghc-data-reify-prof $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-data-reify-prof package on Kali Linux

Package: libghc-data-reify-prof
Source: haskell-data-reify (0.6.3-5)
Version: 0.6.3-5+b1
Installed-Size: 130
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-data-reify-prof-0.6.3-877ba
Depends: libghc-base-prof-4.17.2.0-68dfe, libghc-containers-prof-0.6.7-a1650, libghc-data-reify-dev (= 0.6.3-5+b1), libghc-hashable-prof-1.4.3.0-e937e, libghc-unordered-containers-prof-0.2.19.1-230f0
Size: 27744
SHA256: fbd82f5dc69f990ff2cd18b892f6a7f0879b2e7d53b9d07ead6a28434a8ec479
SHA1: f95c84967192be69c3e41fa71b6fb578d2414fbe
MD5sum: e4d8c0537f48b5683a80b9a9b63484e4
Description: Reify a recursive data structure into an explicit graph.; profiling libraries
'data-reify' provided the ability to turn recursive structures into explicit
graphs. Many (implicitly or explicitly) recursive data structure can be given
this ability, via a type class instance. This gives an alternative to using
'Ref' for observable sharing.
.
Observable sharing in general is unsafe, so we use the IO monad to bound this
effect, but can be used safely even with 'unsafePerformIO' if some simple
conditions are met. Typically this package will be used to tie the knot with
DSL's that depend of observable sharing, like Lava.
.
Providing an instance for 'MuRef' is the mechanism for allowing a structure to
be reified into a graph, and several examples of this are provided.
.
© 2009 Andy Gill; BSD3 license.
.
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://ku-fpg.github.io/software/data-reify/
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-data-reify/libghc-data-reify-prof_0.6.3-5+b1_amd64.deb