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

Last updated: November 26,2024

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

This guide covers the steps necessary to install libghc-language-haskell-extract-doc on Kali Linux

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

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

Please follow the guidelines below to uninstall libghc-language-haskell-extract-doc on Kali Linux:

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

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

Package: libghc-language-haskell-extract-doc
Source: haskell-language-haskell-extract
Version: 0.2.4-10
Installed-Size: 135
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-35
Recommends: libjs-mathjax
Size: 39500
SHA256: e84a9f5f5af2f10b67abd539a26434c8acde83b7e0e50a27b21ba2cb11347063
SHA1: f17bf0c0ed93d79a19347dbfbb8f0b84900d5231
MD5sum: 9cb1153f036f8443a44619d34324225f
Description: automatically extract functions from the local code.; documentation
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 documentation files.
Description-md5: 99914e794dc2a229aeb191aeba5a45da
Homepage: https://github.com/finnsson/template-helper
Tag: devel::doc, devel::lang:haskell, made-of::html, role::documentation
Section: doc
Priority: optional
Filename: pool/main/h/haskell-language-haskell-extract/libghc-language-haskell-extract-doc_0.2.4-10_all.deb