packages feed

yajl-enumerator-0.1: yajl-enumerator.cabal

name: yajl-enumerator
version: 0.1
synopsis: Enumerator-based interface to YAJL, an event-based JSON implementation
license: GPL-3
license-file: license.txt
author: John Millikin <jmillikin@gmail.com>
maintainer: jmillikin@gmail.com
copyright: Copyright (c) John Millikin 2010
build-type: Simple
cabal-version: >=1.6
category: Text, Parsing, Enumerator
stability: experimental
bug-reports: mailto:jmillikin@gmail.com
tested-with: GHC==6.12.1

library
  ghc-options: -Wall -fno-warn-unused-do-bind

  build-depends:
      base >= 4 && < 5
    , bytestring >= 0.9 && < 0.10
    , text >= 0.7 && < 0.8
    , yajl >= 0.3 && < 0.4
    , enumerator >= 0.1 && < 0.4
    , transformers >= 0.2 && < 0.3

  exposed-modules:
    Text.JSON.YAJL.Enumerator