packages feed

yajl-0.3.0.5: yajl.cabal

name: yajl
version: 0.3.0.5
synopsis: Bindings for 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: Foreign, Codec
stability: experimental
bug-reports: mailto:jmillikin@gmail.com
homepage: http://john-millikin.com/software/bindings/yajl/
tested-with: GHC==6.12.1

source-repository head
  type: bazaar
  location: http://john-millikin.com/software/bindings/yajl/

library
  if true
    ghc-options: -Wall

  if impl(ghc >= 6.11)
    ghc-options: -fno-warn-unused-do-bind

  build-depends:
      base >= 4 && < 5
    , bytestring >= 0.9 && < 0.10
    , text >= 0.7 && < 0.12

  build-tools:
    c2hs >= 0.15

  exposed-modules:
    Text.JSON.YAJL

  extra-libraries: yajl