How to Install and Uninstall libghc-language-haskell-extract-prof Package on Kali Linux

Last updated: May 19,2024

1. Install "libghc-language-haskell-extract-prof" package

Please follow the step by step instructions below to install libghc-language-haskell-extract-prof on Kali Linux

$ sudo apt update $ sudo apt install libghc-language-haskell-extract-prof

2. Uninstall "libghc-language-haskell-extract-prof" package

This is a short guide on how to uninstall libghc-language-haskell-extract-prof on Kali Linux:

$ sudo apt remove libghc-language-haskell-extract-prof $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-language-haskell-extract-prof package on Kali Linux

Package: libghc-language-haskell-extract-prof
Source: haskell-language-haskell-extract (0.2.4-10)
Version: 0.2.4-10+b1
Installed-Size: 75
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-language-haskell-extract-prof-0.2.4-0ce63
Depends: libghc-language-haskell-extract-dev (= 0.2.4-10+b1), libghc-base-prof-4.13.0.0-2f220, libghc-regex-posix-prof-0.96.0.0-f6ee8, libghc-template-haskell-prof-2.15.0.0-80f0d
Size: 16524
SHA256: bc4973d65e1a20119bda6e01a590b5c3056f4854dc5d23f64ce33760d58bd17b
SHA1: 05683d92cfac589abc1776f5eb45a1f2bc7cc2c3
MD5sum: e61d5d8952eff88d1b5d5d08d8dab4c9
Description: automatically extract functions from the local code.; profiling libraries
language-haskell-extract contains some useful helper functions on top of
Template Haskell.
functionExtractor extracts all functions after a regexp-pattern.
.
> foo = "test"
> boo = "testing"
> bar = $(functionExtractor "oo$")
.
will automagically extract the functions ending with "oo" such as
.
> bar = [("foo",foo), ("boo",boo)]
.
This can be useful if you wish to extract all functions beginning with test
(for a test-framework) or all functions beginning with wc (for a web service).
.
functionExtractorMap works like functionsExtractor but applies a function
over all function-pairs.
This functions is useful if the common return type of the functions is
a type class.
.
This package contains the libraries compiled with profiling enabled.
Description-md5: c8f03e7a614c2e1fbe48365b41d6a698
Homepage: https://github.com/finnsson/template-helper
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-language-haskell-extract/libghc-language-haskell-extract-prof_0.2.4-10+b1_amd64.deb