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

Last updated: May 10,2024

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

Please follow the step by step instructions below to install libghc-language-haskell-extract-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Please follow the instructions below to uninstall libghc-language-haskell-extract-dev on Ubuntu 20.10 (Groovy Gorilla):

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

Package: libghc-language-haskell-extract-dev
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: 101
Provides: libghc-language-haskell-extract-dev-0.2.4-eeeec
Depends: libghc-base-dev-4.13.0.0-c9705, libghc-regex-posix-dev-0.96.0.0-1c466, libghc-template-haskell-dev-2.15.0.0-6d2a0, 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-10build1_amd64.deb
Size: 15184
MD5sum: 96565eeed5c7db95a0ce6e326551bbc2
SHA1: 96668998d492e287ed79b1dd01cb0e1278d1bcbf
SHA256: c41c8a6da5d1818ed4ef8cc27b77322b914b864c9bc30dcc3a2abae80f7f1495
SHA512: 1b69fab43350ba1b96c7779b0587babfc63b1a24b67e9cefa6a4dd3a8a6be8b3dfe660c20fb7e829a166fa06971af751052064920b0a552ab663de5933849fd1
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-AgH6juc9BvIFZPkZeGVzWe