How to Install and Uninstall libghc-regex-tdfa-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

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

In this section, we are going to explain the necessary steps to install libghc-regex-tdfa-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 16.04 LTS (Xenial Xerus):

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

3. Information about the libghc-regex-tdfa-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-regex-tdfa-dev
Priority: extra
Section: universe/haskell
Installed-Size: 15889
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-regex-tdfa
Version: 1.2.1-1build1
Provides: libghc-regex-tdfa-dev-1.2.1-0d246
Depends: libghc-array-dev-0.5.1.0-960bf, libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-containers-dev-0.5.6.2-59326, libghc-ghc-prim-dev-0.4.0.0-6cdc8, libghc-mtl-dev-2.2.1-3af90, libghc-parsec-dev-3.1.9-c97a6, libghc-regex-base-dev-0.93.2-9b039, libc6 (>= 2.2.5)
Suggests: libghc-regex-tdfa-doc, libghc-regex-tdfa-prof
Filename: pool/universe/h/haskell-regex-tdfa/libghc-regex-tdfa-dev_1.2.1-1build1_amd64.deb
Size: 1287724
MD5sum: 8df28df29996bdf9da09b6364c8ba497
SHA1: b58614c0839d178f51bb43f72d8ab24a4ceed11a
SHA256: 19da0901bc0de9a13e8be01e3457dfbfd7cfc71511c0af31682a444a006447a0
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
Homepage: http://hackage.haskell.org/package/regex-tdfa
Ghc-Package: regex-tdfa-1.2.1-0d246e471826018091d009181990a31e
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu