How to Install and Uninstall ghc-HsYAML-aeson Package on openSUSE Leap

Last updated: May 18,2024

1. Install "ghc-HsYAML-aeson" package

This guide let you learn how to install ghc-HsYAML-aeson on openSUSE Leap

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

2. Uninstall "ghc-HsYAML-aeson" package

Learn how to uninstall ghc-HsYAML-aeson on openSUSE Leap:

$ sudo zypper remove ghc-HsYAML-aeson

3. Information about the ghc-HsYAML-aeson package on openSUSE Leap

Information for package ghc-HsYAML-aeson:
-----------------------------------------
Repository : Main Repository
Name : ghc-HsYAML-aeson
Version : 0.2.0.1-bp155.2.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 94.1 KiB
Installed : No
Status : not installed
Source package : ghc-HsYAML-aeson-0.2.0.1-bp155.2.15.src
Upstream URL : https://hackage.haskell.org/package/HsYAML-aeson
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.