How to Install and Uninstall ghc-HsYAML-aeson Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "ghc-HsYAML-aeson" package

Please follow the instructions below to install ghc-HsYAML-aeson on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-HsYAML-aeson

2. Uninstall "ghc-HsYAML-aeson" package

Here is a brief guide to show you how to uninstall ghc-HsYAML-aeson on openSuSE Tumbleweed:

$ sudo zypper remove ghc-HsYAML-aeson

3. Information about the ghc-HsYAML-aeson package on openSuSE Tumbleweed

Information for package ghc-HsYAML-aeson:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-HsYAML-aeson
Version : 0.2.0.1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 94,3 KiB
Installed : No
Status : not installed
Source package : ghc-HsYAML-aeson-0.2.0.1-1.1.src
Summary : JSON to YAML Adapter
Description :
The [YAML 1.2](https://yaml.org/spec/1.2/spec.html) format provides a much
richer data-model and feature-set than the [JavaScript Object Notation
(JSON)](https://tools.ietf.org/html/rfc7159) format. However, sometimes it's
desirable to ignore the extra capabilities and treat YAML as if it was merely a
more convenient markup format for humans to write JSON data. To this end this
module provides a compatibility layer atop
[HsYAML](https://hackage.haskell.org/package/HsYAML) which allows decoding YAML
documents in the more limited JSON data-model while also providing convenience
by reusing [aeson](https://hackage.haskell.org/package/aeson)'s 'FromJSON'
instances for decoding the YAML data into native Haskell data types.