name: data-object version: 0.0.2 license: BSD3 license-file: LICENSE author: Michael Snoyman maintainer: Michael Snoyman synopsis: Represent hierachichal structures, called objects in JSON. description: These objects show up in different places, eg JSON, Yaml. By providing a representation in a separate repository, other libraries can share a single representation of these structures. category: Data stability: unstable cabal-version: >= 1.2 build-type: Simple homepage: http://github.com/snoyberg/data-object/tree/master library build-depends: base >= 4 && < 5, bytestring-class, bytestring >= 0.9.1.4 && < 1, time >= 1, safe exposed-modules: Data.Object ghc-options: -Wall