How to Install and Uninstall ghc-hxt-regex-xmlschema.x86_64 Package on Fedora 36

Last updated: May 17,2024

1. Install "ghc-hxt-regex-xmlschema.x86_64" package

This tutorial shows how to install ghc-hxt-regex-xmlschema.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-hxt-regex-xmlschema.x86_64

2. Uninstall "ghc-hxt-regex-xmlschema.x86_64" package

This is a short guide on how to uninstall ghc-hxt-regex-xmlschema.x86_64 on Fedora 36:

$ sudo dnf remove ghc-hxt-regex-xmlschema.x86_64 $ sudo dnf autoremove

3. Information about the ghc-hxt-regex-xmlschema.x86_64 package on Fedora 36

Last metadata expiration check: 4:26:24 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-hxt-regex-xmlschema
Version : 9.2.0.7
Release : 2.fc36
Architecture : x86_64
Size : 89 k
Source : ghc-hxt-regex-xmlschema-9.2.0.7-2.fc36.src.rpm
Repository : fedora
Summary : A regular expression library for W3C XML Schema regular expressions
URL : https://hackage.haskell.org/package/hxt-regex-xmlschema
License : MIT
Description : This library supports full W3C XML Schema regular expressions inclusive all
: Unicode character sets and blocks. The complete grammar can be found under
: . It is implemented by the
: technique of derivations of regular expressions.
:
: The W3C syntax is extended to support not only union of regular sets, but also
: intersection, set difference, exor. Matching of subexpressions is also
: supported.
:
: The library can be used for constricting lightweight scanners and tokenizers.
: It is a standalone library, no external regex libraries are used.
:
: Extensions in 9.2: The library does nor only support String's, but also
: ByteString's and Text in strict and lazy variants.