packages feed

data-object-0.0.1: data-object.cabal

name:            data-object
version:         0.0.1
license:         BSD3
license-file:    LICENSE
author:          Michael Snoyman <michael@snoyman.com>
maintainer:      Michael Snoyman <michael@snoyman.com>
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
    exposed-modules: Data.Object
    ghc-options:     -Wall