How to Install and Uninstall libghc-language-haskell-extract-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: September 21,2024

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

Please follow the step by step instructions below to install libghc-language-haskell-extract-doc on Ubuntu 21.10 (Impish Indri)

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

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

Please follow the guidance below to uninstall libghc-language-haskell-extract-doc on Ubuntu 21.10 (Impish Indri):

$ 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 Ubuntu 21.10 (Impish Indri)

Package: libghc-language-haskell-extract-doc
Architecture: all
Version: 0.2.4-10build2
Priority: extra
Section: universe/doc
Source: haskell-language-haskell-extract
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 127
Depends: haddock-interface-35
Recommends: libjs-mathjax
Filename: pool/universe/h/haskell-language-haskell-extract/libghc-language-haskell-extract-doc_0.2.4-10build2_all.deb
Size: 27900
MD5sum: cc98377f0d9d87e7758d40eb1bfee6a6
SHA1: 98bd1fca74852ebf366ece185c805492f06be3ad
SHA256: fd56dd164788b7d456cedef4f62caafc9863dbec1e78f1f04950193755869cce
SHA512: 2547902f4f0d43d27c0f7683e1757c39beb7e75f0b4593b77366768776e28d790cc394346b393df3ecda253dff6a6653135440403662efea734d7a1c92049a28
Homepage: https://github.com/finnsson/template-helper
Description-en: 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