libyaml

Low-level, streaming YAML interface.

https://github.com/snoyberg/yaml#readme

Version on this page:0.1.2@rev:1
LTS Haskell 22.17:0.1.4
Stackage Nightly 2024-04-14:0.1.4
Latest on Hackage:0.1.4

See all snapshots libyaml appears in

BSD-3-Clause licensed by Michael Snoyman, Anton Ageev, Kirill Simonov
Maintained by Michael Snoyman
This version can be pinned in stack with:libyaml-0.1.2@sha256:7fb663b11fcdb86503c14aa81763106ea79b1048fc29a1fe44ec346d9ecac101,2222

Module documentation for 0.1.2

Used by 2 packages in lts-20.0(full list with versions):

libyaml

This package provides a haskell wrapper over the libyaml C library version 0.2.2 by Kirill Simonov. It contains the C source so you don’t need to worry about any non-Haskell dependencies.

Changes

Changelog for libyaml

0.1.2

  • Upgrade libyaml to 0.2.2

0.1.1.1

  • Work around GHC 8.6.5 issue on Windows preventing truncated files. #178

0.1.1.0

  • Add options to FormatOptions to govern when tags rendered explicitly and when they are left implicit. #165

0.1.0.0

  • Split libyaml into a separate package from yaml. This split occurred at yaml version 0.10.4.0.