@hackage data-object-yaml0.2.0
Serialize data to and from Yaml files
Categories
License
BSD-3-Clause
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Deprecated
Dependencies (9)
- attempt >=0.2.0 && <0.3
- base >=4 && <5
- bytestring >=0.9.1.4 && <0.10
- convertible-text >=0.2.0 && <0.3
- data-object >=0.2.0 && <0.3
- failure >=0.0.0 && <0.1 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
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.