packages feed

yajl 0.3.0.2 → 0.3.0.3

raw patch · 1 files changed

+4/−3 lines, 1 filesdep ~text

Dependency ranges changed: text

Files

yajl.cabal view
@@ -1,15 +1,16 @@ name: yajl-version: 0.3.0.2+version: 0.3.0.3 synopsis: Bindings for YAJL, an event-based JSON implementation license: GPL-3 license-file: license.txt-author: John Millikin+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://ianen.org/haskell/bindings/yajl/ tested-with: GHC==6.12.1 @@ -22,7 +23,7 @@   build-depends:       base >=4 && < 5     , bytestring >= 0.9 && < 0.10-    , text >= 0.7 && < 0.9+    , text >= 0.7 && < 0.10    build-tools:     c2hs >= 0.15