aeson-schemas 1.0.0 → 1.0.1
raw patch · 3 files changed
+11/−4 lines, 3 filesdep ~first-class-familiesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: first-class-families
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- README.md +3/−0
- aeson-schemas.cabal +4/−4
CHANGELOG.md view
@@ -1,5 +1,9 @@ ## Upcoming +## 1.0.1++Add support with `first-class-families-0.6.0.0`+ ## 1.0.0 Initial release:
README.md view
@@ -1,5 +1,8 @@ # aeson-schemas +++ A library that extracts information from JSON input using type-level schemas and quasiquoters, consuming JSON data in a type-safe manner. Better than `aeson` for decoding nested JSON data that would be cumbersome to represent as
aeson-schemas.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: bdf6810338fed8e225df138ff9500c8f2f02eea5b75a50a2ad82760e9c737a77+-- hash: 268ce311efa5b339b40dbab7b1b84b4d779ec54bbeda8756b9de810c636745fb name: aeson-schemas-version: 1.0.0+version: 1.0.1 synopsis: Easily consume JSON data on-demand with type-safety description: Parse JSON data easily and safely without defining new data types. Useful for deeply nested JSON data, which is difficult to parse using the default@@ -49,7 +49,7 @@ aeson >=1.1.2.0 && <1.5 , base >=4.9 && <5 , bytestring >=0.10.8.1 && <0.11- , first-class-families >=0.3.0.0 && <0.6+ , first-class-families >=0.3.0.0 && <0.6.1 , megaparsec >=6.0.0 && <7.1 , template-haskell >=2.12.0.0 && <2.15 , text >=1.2.2.2 && <1.3@@ -75,7 +75,7 @@ , aeson-schemas , base >=4.9 && <5 , bytestring >=0.10.8.1 && <0.11- , first-class-families >=0.3.0.0 && <0.6+ , first-class-families >=0.3.0.0 && <0.6.1 , megaparsec >=6.0.0 && <7.1 , raw-strings-qq >=1.1 && <1.2 , tasty >=0.11.3 && <1.3