packages feed

yajl-enumerator-0.4.1: yajl-enumerator.cabal

name: yajl-enumerator
version: 0.4.1
license: GPL-3
license-file: license.txt
author: John Millikin <jmillikin@gmail.com>
maintainer: John Millikin <jmillikin@gmail.com>
build-type: Simple
cabal-version: >= 1.6
category: Enumerator, Text, JSON, Parsing
stability: experimental
homepage: https://john-millikin.com/software/haskell-yajl/
bug-reports: mailto:jmillikin@gmail.com

synopsis: Enumerator-based interface to YAJL, an event-based JSON implementation
description:

source-repository head
  type: bazaar
  location: https://john-millikin.com/branches/yajl-enumerator/0.4/

source-repository this
  type: bazaar
  location: https://john-millikin.com/branches/yajl-enumerator/0.4/
  tag: yajl-enumerator_0.4.1

library
  ghc-options: -Wall -O2
  hs-source-dirs: lib

  build-depends:
      base >= 4.0 && < 5.0
    , bytestring >= 0.9
    , text >= 0.8 && < 0.12
    , enumerator >= 0.4.3 && < 0.5
    , transformers >= 0.2
    , yajl >= 0.3 && < 0.4
    , json-types >= 0.1 && < 0.2

  exposed-modules:
    Text.JSON.YAJL.Enumerator