Description
Connects HsYAML with Aeson, the common Haskell JSON library. This helps applications move data between JSON-style values and YAML documents while keeping the same data model in code.
Use it when a Haskell project already works with Aeson and needs to read or write YAML too. It is a developer library and is normally installed as a dependency.