How to Install and Uninstall ghc-HsYAML.x86_64 Package on Fedora 38
Last updated: January 13,2025
1. Install "ghc-HsYAML.x86_64" package
This guide let you learn how to install ghc-HsYAML.x86_64 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
ghc-HsYAML.x86_64
Copied
2. Uninstall "ghc-HsYAML.x86_64" package
This tutorial shows how to uninstall ghc-HsYAML.x86_64 on Fedora 38:
$
sudo dnf remove
ghc-HsYAML.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-HsYAML.x86_64 package on Fedora 38
Last metadata expiration check: 1:01:30 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ghc-HsYAML
Version : 0.2.1.1
Release : 2.fc38
Architecture : x86_64
Size : 313 k
Source : ghc-HsYAML-0.2.1.1-2.fc38.src.rpm
Repository : fedora
Summary : Pure Haskell YAML 1.2 processor
URL : https://hackage.haskell.org/package/HsYAML
License : GPL-2.0-or-later
Description : 'HsYAML' is a [YAML 1.2](http://yaml.org/spec/1.2/spec.html) processor, i.e.
: a library for parsing and serializing YAML documents.
:
: Features of 'HsYAML' include:
:
: * Pure Haskell implementation with small dependency footprint and emphasis on
: strict compliance with the.
: * Direct decoding to native Haskell types via ('aeson'-inspired) typeclass-based
: API (see "Data.YAML").
: * Allows round-tripping while preserving ordering, anchors, and comments at
: Event-level.
: * Support for constructing custom YAML node graph representation (including
: support for cyclic YAML data structures).
: * Support for the standard (untyped) /Failsafe/, (strict) /JSON/, and
: (flexible) /Core/ "schemas" providing implicit typing rules as defined in
: the YAML 1.2 specification (including support for user-defined custom schemas).
: * Support for emitting YAML using /Failsafe/, (strict) /JSON/, and (flexible)
: /Core/ "schemas" (including support for user-defined custom encoding schemas
: * Event-based API resembling LibYAML's Event-based API (see "Data.YAML.Event").
: * Low-level API access to lexical token-based scanner (see "Data.YAML.Token").
Available Packages
Name : ghc-HsYAML
Version : 0.2.1.1
Release : 2.fc38
Architecture : x86_64
Size : 313 k
Source : ghc-HsYAML-0.2.1.1-2.fc38.src.rpm
Repository : fedora
Summary : Pure Haskell YAML 1.2 processor
URL : https://hackage.haskell.org/package/HsYAML
License : GPL-2.0-or-later
Description : 'HsYAML' is a [YAML 1.2](http://yaml.org/spec/1.2/spec.html) processor, i.e.
: a library for parsing and serializing YAML documents.
:
: Features of 'HsYAML' include:
:
: * Pure Haskell implementation with small dependency footprint and emphasis on
: strict compliance with the
: * Direct decoding to native Haskell types via ('aeson'-inspired) typeclass-based
: API (see "Data.YAML").
: * Allows round-tripping while preserving ordering, anchors, and comments at
: Event-level.
: * Support for constructing custom YAML node graph representation (including
: support for cyclic YAML data structures).
: * Support for the standard (untyped) /Failsafe/, (strict) /JSON/, and
: (flexible) /Core/ "schemas" providing implicit typing rules as defined in
: the YAML 1.2 specification (including support for user-defined custom schemas).
: * Support for emitting YAML using /Failsafe/, (strict) /JSON/, and (flexible)
: /Core/ "schemas" (including support for user-defined custom encoding schemas
: * Event-based API resembling LibYAML's Event-based API (see "Data.YAML.Event").
: * Low-level API access to lexical token-based scanner (see "Data.YAML.Token").