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

Last updated: May 10,2024

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

In this section, we are going to explain the necessary steps to install libghc-language-haskell-extract-dev on Kali Linux

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

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

This guide let you learn how to uninstall libghc-language-haskell-extract-dev on Kali Linux:

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

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

Package: libghc-language-haskell-extract-dev
Source: haskell-language-haskell-extract (0.2.4-10)
Version: 0.2.4-10+b1
Installed-Size: 101
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-language-haskell-extract-dev-0.2.4-0ce63
Depends: libghc-base-dev-4.13.0.0-2f220, libghc-regex-posix-dev-0.96.0.0-f6ee8, libghc-template-haskell-dev-2.15.0.0-80f0d, libc6 (>= 2.2.5), libgmp10
Suggests: libghc-language-haskell-extract-doc, libghc-language-haskell-extract-prof
Size: 18840
SHA256: 96c5c1fca013217b5422d7dc742dc1c8378745f56d934aada7fb6f6e71f54c0e
SHA1: b5ca8b91a34b8e7a33f64b546b9e970e4af6ee8d
MD5sum: a6c1e0107f1ac10312945aefbfbc7eb0
Description: automatically extract functions from the local code.
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 normal library files.
Description-md5: 9d26fc0fe8e4a6e22f3c4e4341dbf852
Homepage: https://github.com/finnsson/template-helper
Ghc-Package: language-haskell-extract-0.2.4-GNEuvBvncgt3eOvrWzwkub
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-language-haskell-extract/libghc-language-haskell-extract-dev_0.2.4-10+b1_amd64.deb