How to Install and Uninstall libghc-language-haskell-extract-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 10,2024

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

Please follow the guidance below to install libghc-language-haskell-extract-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

Please follow the guidelines below to uninstall libghc-language-haskell-extract-dev on Ubuntu 21.04 (Hirsute Hippo):

$ 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 21.04 (Hirsute Hippo)

Package: libghc-language-haskell-extract-dev
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: 101
Provides: libghc-language-haskell-extract-dev-0.2.4-0ce63
Depends: libghc-base-dev-4.13.0.0-2f220, libghc-regex-posix-dev-0.96.0.0-f6ee8, libghc-template-haskell-dev-2.15.0.0-80f0d, libc6 (>= 2.2.5), libgmp10
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-10build2_amd64.deb
Size: 15240
MD5sum: bb9389692318f57808837b54d98fcc00
SHA1: 100ba416faa7bb9ab9ccad0bb7f2bfb6176752c2
SHA256: 3f613ad60feed36a3b9ad6c2d1241c32e5a080f5d9411633bb274bb8e2f31e63
SHA512: 0a24dfd1b17ef098c9916547dc8d401086d681c33143a7ba8ae146e6573e7320b4ca90032823f4faf85a257832135e7abebfa7e44bd1d4923f1c50fa5dab1ffa
Homepage: https://github.com/finnsson/template-helper
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
Ghc-Package: language-haskell-extract-0.2.4-GNEuvBvncgt3eOvrWzwkub