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

Last updated: May 10,2024

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

This is a short guide on how to install libghc-language-haskell-extract-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the step by step instructions below to uninstall libghc-language-haskell-extract-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-language-haskell-extract-dev
Priority: extra
Section: universe/haskell
Installed-Size: 81
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-dev-0.2.4-30612
Depends: libc6 (>= 2.2.5), libghc-base-dev-4.8.2.0-0d6d1, libghc-regex-posix-dev-0.95.2-6e2e8, libghc-template-haskell-dev-2.10.0.0-3c4cb
Suggests: libghc-language-haskell-extract-doc, libghc-language-haskell-extract-prof
Filename: pool/universe/h/haskell-language-haskell-extract/libghc-language-haskell-extract-dev_0.2.4-5_amd64.deb
Size: 13020
MD5sum: 9327e11e9b73784856056b0f2fa442c3
SHA1: 5b7baae58ab8dffd458c63d54ade1fba7a3d2326
SHA256: ea2ba0b5e7ad5baa9eccc88c6186f23d494b1cd07d69f1a9420e247467f80c55
Description-en: automatically extract functions from the local code.
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 normal library files.
Description-md5: 9d26fc0fe8e4a6e22f3c4e4341dbf852
Homepage: http://github.com/finnsson/template-helper
Ghc-Package: language-haskell-extract-0.2.4-306126a49f9f8304f3266b77ba19aad3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu