Description
Parses and renders YAML documents in Haskell. YAML is commonly used for configuration files, CI definitions, application settings, and human-edited structured data.
It is useful for tools, services, package metadata, import pipelines, and tests that need YAML input or output. Applications should report errors clearly and avoid accepting unsafe or overly complex YAML from untrusted sources.