How to Install and Uninstall ghc-hxt.x86_64 Package on Fedora 38

Last updated: September 21,2024

1. Install "ghc-hxt.x86_64" package

This guide covers the steps necessary to install ghc-hxt.x86_64 on Fedora 38

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

2. Uninstall "ghc-hxt.x86_64" package

This guide let you learn how to uninstall ghc-hxt.x86_64 on Fedora 38:

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

3. Information about the ghc-hxt.x86_64 package on Fedora 38

Last metadata expiration check: 5:44:00 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ghc-hxt
Version : 9.3.1.22
Release : 6.fc38
Architecture : x86_64
Size : 890 k
Source : ghc-hxt-9.3.1.22-6.fc38.src.rpm
Repository : fedora
Summary : A collection of tools for processing XML with Haskell
URL : https://hackage.haskell.org/package/hxt
License : MIT
Description : The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a
: more general approach for processing XML with Haskell. The Haskell XML Toolbox
: uses a generic data model for representing XML documents, including the DTD
: subset and the document subset, in Haskell. It contains a validating XML
: parser, a HTML parser, namespace support, an XPath expression evaluator, an
: XSLT library, a RelaxNG schema validator and funtions for serialization and
: deserialization of user defined data. The library makes extensive use of the
: arrow approach for processing XML. Since version 9 the toolbox is partitioned
: into various (sub-)packages. This package contains the core functionality,
: hxt-curl, hxt-tagsoup, hxt-relaxng, hxt-xpath, hxt-xslt, hxt-regex-xmlschema
: contain the extensions. hxt-unicode contains encoding and decoding functions,
: hxt-charproperties char properties for unicode and XML. Changes from 9.3.1.21:
: ghc-9.0 compatibility
:
: Changes from 9.3.1.20: ghc 8.10 and 9.0 compatibility, tuple picker up to
: 24-tuples, Either instance for xpickle
:
: Changes from 9.3.1.19: ghc-8.8.2 compatibility