@hackage data-object-yaml0.3.4.2
Serialize data to and from Yaml files (deprecated)
Categories
License
BSD-3-Clause
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Deprecated
Dependencies (10)
- base >=4 && <5
- bytestring >=0.9.1.4 && <0.10
- containers >=0.2.0.0 && <0.5
- text >=0.7 && <0.12
- transformers >=0.2 && <0.3
- conduit >=0.0 && <0.3 Show all…
Dependents (10)
@hackage/yesod-default, @hackage/yesod-examples, @hackage/yackage, @hackage/acme-everything, @hackage/yesod-core, @hackage/yesod, Show all…
Package Flags
buildtests
(off by default)
Build the executable to run unit tests
Future development will focus on the Data.Yaml module of the yaml package, which leverages aeson's existing Value type. This package is officially deprecated. Provides high level conversions based on the data-object package. Parsing and emitting is handled by the yaml package, which in turn uses the libyaml C library.