packages feed

aeson-schema 0.3.0.6 → 0.3.0.7

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~vectorPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: vector

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.3.0.7 - 2015-07-15++- Bump upper bounds: Allow vector-0.11+ # 0.3.0.6 - 2015-05-31  - Bump upper bounds: Allow aeson-0.9 and syb-0.5
aeson-schema.cabal view
@@ -1,5 +1,5 @@ name:                aeson-schema-version:             0.3.0.6+version:             0.3.0.7 synopsis:            Haskell JSON schema validator and parser generator description:         This library provides validation of JSON values against schemata. Given a schema, it can also produce data types corresponding to the schema and a parser. homepage:            https://github.com/timjb/aeson-schema@@ -33,7 +33,7 @@   extensions:          OverloadedStrings   build-depends:       base > 4 && < 5,                        aeson >= 0.8.0.0 && < 0.10,-                       vector >= 0.10 && < 0.11,+                       vector >= 0.10 && < 0.12,                        text >= 1.2 && < 1.3,                        regex-pcre >= 0.94.4 && < 0.95,                        unordered-containers >= 0.2.5.1 && < 2.6,