yajl 0.3.0.4 → 0.3.0.5
raw patch · 1 files changed
+2/−3 lines, 1 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- yajl.cabal +2/−3
yajl.cabal view
@@ -1,5 +1,5 @@ name: yajl-version: 0.3.0.4+version: 0.3.0.5 synopsis: Bindings for YAJL, an event-based JSON implementation license: GPL-3 license-file: license.txt@@ -19,7 +19,6 @@ location: http://john-millikin.com/software/bindings/yajl/ library- if true ghc-options: -Wall @@ -29,7 +28,7 @@ build-depends: base >= 4 && < 5 , bytestring >= 0.9 && < 0.10- , text >= 0.7 && < 0.11+ , text >= 0.7 && < 0.12 build-tools: c2hs >= 0.15