How to Install and Uninstall libghc-regex-tdfa-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: September 20,2024

1. Install "libghc-regex-tdfa-dev" package

This guide let you learn how to install libghc-regex-tdfa-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libghc-regex-tdfa-dev

2. Uninstall "libghc-regex-tdfa-dev" package

In this section, we are going to explain the necessary steps to uninstall libghc-regex-tdfa-dev on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libghc-regex-tdfa-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-regex-tdfa-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libghc-regex-tdfa-dev
Architecture: amd64
Version: 1.3.1.0-2build2
Priority: extra
Section: universe/haskell
Source: haskell-regex-tdfa
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 7056
Provides: libghc-regex-tdfa-dev-1.3.1.0-14693
Depends: libghc-array-dev-0.5.4.0-ddbb2, libghc-base-dev-4.13.0.0-2f220, libghc-bytestring-dev-0.10.10.1-c40ee, libghc-containers-dev-0.6.2.1-ab1cf, libghc-mtl-dev-2.2.2-7208c, libghc-parsec-dev-3.1.14.0-b0d22, libghc-regex-base-dev-0.94.0.0-acc48, libghc-text-dev-1.2.4.0-a7a6e, libc6 (>= 2.14), libgmp10
Suggests: libghc-regex-tdfa-doc, libghc-regex-tdfa-prof
Filename: pool/universe/h/haskell-regex-tdfa/libghc-regex-tdfa-dev_1.3.1.0-2build2_amd64.deb
Size: 688172
MD5sum: b72bda81eee5b2941f6adb1bca06fb60
SHA1: add874f8a0caf5a633475cfbe1cc7699830cf43a
SHA256: e1fab3703efed12cc9688a9439701e3db03aa625491097ac7e9cf1afd1804a95
SHA512: 5696270be3aa6b1f647fd6a69e7b2fc56b09be97ce66039c4f47658378a273e2b7f80b35b92d331dfe5273b1022ee0a72272302704a851195fba8553ea67a7ea
Homepage: https://hackage.haskell.org/package/regex-tdfa
Description-en: Haskell library for a tagged DFA regex engine
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).
.
This module parses regular expression Strings using a Parsec parser and
creates an internal data structure (Text.Regex.Lazy.Pattern). This is then
transformed a DFA table for matching against the input String or
FastPackedString. The input string is consumed lazily, so it may be an
arbitrarily long or infinite source.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 12f71fd5f10e3c1616763256209bd507
Ghc-Package: regex-tdfa-1.3.1.0-RucjcXtCce6cZslbGK8EF