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

Last updated: May 18,2024

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

Please follow the guidelines below to install libghc-language-haskell-extract-prof on Ubuntu 20.10 (Groovy Gorilla)

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

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

In this section, we are going to explain the necessary steps to uninstall libghc-language-haskell-extract-prof on Ubuntu 20.10 (Groovy Gorilla):

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

Package: libghc-language-haskell-extract-prof
Architecture: amd64
Version: 0.2.4-10build1
Priority: extra
Section: universe/haskell
Source: haskell-language-haskell-extract
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 75
Provides: libghc-language-haskell-extract-prof-0.2.4-eeeec
Depends: libghc-language-haskell-extract-dev (= 0.2.4-10build1), libghc-base-prof-4.13.0.0-c9705, libghc-regex-posix-prof-0.96.0.0-1c466, libghc-template-haskell-prof-2.15.0.0-6d2a0
Filename: pool/universe/h/haskell-language-haskell-extract/libghc-language-haskell-extract-prof_0.2.4-10build1_amd64.deb
Size: 11856
MD5sum: 068c41b9e0ab2aa90639e6714086c971
SHA1: 6e12d1b18183a3c1b9eae25cf9346840403fa83f
SHA256: 1ae7843019d692b801b8e624841b08abf974a3d804150624e0d610ea266a84c9
SHA512: 27dd75878ea3dfe621c10cd5df28e7457ac79babbe2caea82cfed5032a1198018c47e438aa60c8fb9ce9e96ff4b2bf80c11abcdf2d55892e548a4ac69d66e4e8
Homepage: https://github.com/finnsson/template-helper
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