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

Last updated: May 19,2024

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

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

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

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

Please follow the guidelines below to uninstall libghc-language-haskell-extract-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libghc-language-haskell-extract-prof package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-language-haskell-extract-prof
Priority: extra
Section: universe/haskell
Installed-Size: 59
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-language-haskell-extract
Version: 0.2.4-5
Provides: libghc-language-haskell-extract-prof-0.2.4-30612
Depends: libghc-language-haskell-extract-dev (= 0.2.4-5), libghc-base-prof-4.8.2.0-0d6d1, libghc-regex-posix-prof-0.95.2-6e2e8, libghc-template-haskell-prof-2.10.0.0-3c4cb
Filename: pool/universe/h/haskell-language-haskell-extract/libghc-language-haskell-extract-prof_0.2.4-5_amd64.deb
Size: 9524
MD5sum: 457b5ae0ff1f9200066094da71faf581
SHA1: ec1a0a35cdf5dc63cce3c2fa670153a9ccba2132
SHA256: 556e6da8569a45cc102ae64d24b30bb561934c92a1746eccdac17dc840c6e20d
Description-en: automatically extract functions from the local code.; profiling libraries
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 libraries compiled with profiling enabled.
Description-md5: c8f03e7a614c2e1fbe48365b41d6a698
Homepage: http://github.com/finnsson/template-helper
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu