@hackage data-object-yaml0.3.3.4
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 (10)
- base >=4 && <5
- bytestring >=0.9.1.4 && <0.10
- containers >=0.2.0.0 && <0.5
- convertible-text >=0.3.0 && <0.4
- data-object >=0.3.0 && <0.4
- enumerator >=0.4 && <0.5 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.