packages feed

data-object-0.3.1: data-object.cabal

name:            data-object
version:         0.3.1
license:         BSD3
license-file:    LICENSE
author:          Michael Snoyman, Nicolas Pouillard
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:       Stable
cabal-version:   >= 1.2
build-type:      Simple
homepage:        http://github.com/snoyberg/data-object/tree/master

library
    build-depends:   base >= 4 && < 5,
                     bytestring >= 0.9.1.4 && < 1,
                     text >= 0.5 && < 0.8,
                     time >= 1.1.4 && < 1.2,
                     failure >= 0.1.0 && < 0.2
    exposed-modules: Data.Object
    ghc-options:     -Wall