summaryrefslogtreecommitdiff
path: root/textproc/hs-yaml/DESCR
blob: 340b1fcffafc9138b43fafc4f4290bcc6e6ed689 (plain)
1
2
3
4
5
Provides support for parsing and emitting Yaml documents.

Data.Yaml provides a high-level interface based around the JSON
datatypes provided by the aeson package. It uses Text.Libyaml from
libyaml in its implementation of the low-level yaml encoder/decoder.