packages feed

json-enumerator-0.0.1: json-enumerator.cabal

name:            json-enumerator
version:         0.0.1
license:         BSD3
license-file:    LICENSE
author:          Michael Snoyman <michaels@suite-sol.com>
maintainer:      Michael Snoyman <michaels@suite-sol.com>
synopsis:        Pure-Haskell utilities for dealing with JSON with the enumerator package.
description:
    Provides the ability to render JSON in a streaming manner using the enumerator package.
category:        JSON, Enumerator
stability:       Stable
cabal-version:   >= 1.6
build-type:      Simple
homepage:        http://github.com/snoyberg/json-enumerator

library
    build-depends:   base                      >= 4        && < 5
                   , enumerator                >= 0.4      && < 0.5
                   , bytestring                >= 0.9      && < 0.10
                   , text                      >= 0.7      && < 0.12
                   , containers                >= 0.2      && < 0.5
                   , json-types                >= 0.1      && < 0.2
                   , blaze-builder             >= 0.2.1.0  && < 0.3
                   , blaze-builder-enumerator  >= 0.2      && < 0.3
                   , transformers              >= 0.2      && < 0.3
    exposed-modules: Text.JSON.Enumerator
                     Text.JSON.ToJson
    ghc-options:     -Wall

source-repository head
  type:     git
  location: git://github.com/snoyberg/json-enumerator.git