packages feed

aeson-schema 0.4.1.0 → 0.4.1.1

raw patch · 1 files changed

+2/−2 lines, 1 files

Files

aeson-schema.cabal view
@@ -1,5 +1,5 @@ name:                aeson-schema-version:             0.4.1.0+version:             0.4.1.1 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/Fuuzetsu/aeson-schema@@ -35,7 +35,7 @@                        Data.Aeson.TH.Lift   extensions:          OverloadedStrings   build-depends:       base > 4 && < 5,-                       aeson >= 0.7.0.0 && < 0.12,+                       aeson >= 0.11.0.0 && < 0.12,                        vector >= 0.10 && < 0.12,                        text >= 1.2 && < 1.3,                        regex-pcre >= 0.94.4 && < 0.95,