How to Install and Uninstall libghc-language-haskell-extract-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

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

Learn how to install libghc-language-haskell-extract-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

In this section, we are going to explain the necessary steps to uninstall libghc-language-haskell-extract-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ 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 16.04 LTS (Xenial Xerus)

Package: libghc-language-haskell-extract-doc
Priority: extra
Section: universe/doc
Installed-Size: 77
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-language-haskell-extract
Version: 0.2.4-5
Depends: haddock-interface-27
Recommends: ghc-doc
Filename: pool/universe/h/haskell-language-haskell-extract/libghc-language-haskell-extract-doc_0.2.4-5_all.deb
Size: 17012
MD5sum: fc5ecd7d605077cf87790dff88bdcd0c
SHA1: 23314b08d9b2ee467074535a0d9973fd47f41fee
SHA256: a46b39f1245eb1c98b2d51169b305c602fa02d0af88432675ba813b4074c4b29
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
Homepage: http://github.com/finnsson/template-helper
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu