How to Install and Uninstall libghc-language-haskell-extract-doc Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: September 21,2024

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

This guide covers the steps necessary to install libghc-language-haskell-extract-doc on Ubuntu 20.10 (Groovy Gorilla)

$ 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 Ubuntu 20.10 (Groovy Gorilla):

$ 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 20.10 (Groovy Gorilla)

Package: libghc-language-haskell-extract-doc
Architecture: all
Version: 0.2.4-10build1
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: 128
Depends: haddock-interface-35
Recommends: libjs-mathjax
Filename: pool/universe/h/haskell-language-haskell-extract/libghc-language-haskell-extract-doc_0.2.4-10build1_all.deb
Size: 27916
MD5sum: 4556333d11af9a79550ebe282e983b65
SHA1: 0fa3eb9678d11e0dc9649225fb6066de17f0c6bd
SHA256: 94dc996d1b117ece18962325ffae2d1f7c95210550886cc8f825d27439694cbc
SHA512: fb5b328b37bae4beb57b98f8b5d6911e1ba2fbe40b8ced032803976902ecabedc619a32b94dc4e09c213e05cf4ebdcb1ae4f2a03a77491bc7ad1892fd7e72c54
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