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

Last updated: May 18,2024

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

Please follow the steps below to install libghc-language-haskell-extract-prof on Ubuntu 21.10 (Impish Indri)

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

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

This tutorial shows how to uninstall libghc-language-haskell-extract-prof on Ubuntu 21.10 (Impish Indri):

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

Package: libghc-language-haskell-extract-prof
Architecture: amd64
Version: 0.2.4-10build2
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-0ce63
Depends: libghc-language-haskell-extract-dev (= 0.2.4-10build2), libghc-base-prof-4.13.0.0-2f220, libghc-regex-posix-prof-0.96.0.0-f6ee8, libghc-template-haskell-prof-2.15.0.0-80f0d
Filename: pool/universe/h/haskell-language-haskell-extract/libghc-language-haskell-extract-prof_0.2.4-10build2_amd64.deb
Size: 11820
MD5sum: 21e2396edc796a76b7c39a075efd2481
SHA1: 57723aaf1cd1f6f70757b945ed1f56354bf582b5
SHA256: 632eecabec0b0084daf4b624a82664a539e9a67f4afc79f72840d358b496301f
SHA512: bbbbaeb5450bc4ef350adc228f507cf59da959b60c0a781d955d917be3e944e83ba6a3135e84fcf60112f3a41a39f4208920e5e82f916825a7e5793839200113
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