json-query 0.2.3.0 → 0.2.3.1
raw patch · 2 files changed
+24/−15 lines, 2 filesdep ~contiguousdep ~primitive-unlifteddep ~profunctorsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: contiguous, primitive-unlifted, profunctors
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- json-query.cabal +20/−15
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for json-query +## 0.2.3.1 -- 2024-01-29++* Update package metadata.+ ## 0.2.3.0 -- 2024-01-18 * Add `Json.Parser.word32`
json-query.cabal view
@@ -1,21 +1,22 @@-cabal-version: 2.4-name: json-query-version: 0.2.3.0-synopsis: Kitchen sink for querying JSON+cabal-version: 2.4+name: json-query+version: 0.2.3.1+synopsis: Kitchen sink for querying JSON description: The library complements json-syntax by making available several common access patterns. The utilities provided by this library only query JSON. They do not update it. -bug-reports: https://github.com/andrewthad/json-query-license: BSD-3-Clause-license-file: LICENSE-author: Andrew Martin-maintainer: andrew.thaddeus@gmail.com-copyright: 2020 Andrew Martin-category: Data-build-type: Simple-extra-source-files: CHANGELOG.md+homepage: https://github.com/byteverse/json-query+bug-reports: https://github.com/byteverse/json-query+license: BSD-3-Clause+license-file: LICENSE+author: Andrew Martin+maintainer: amartin@layer3com.com+copyright: 2020 Andrew Martin+category: Data+build-type: Simple+extra-doc-files: CHANGELOG.md library exposed-modules:@@ -31,11 +32,11 @@ , base >=4.12 && <5 , bytebuild >=0.3.5 && <0.4 , bytestring >=0.10 && <0.12- , contiguous >=0.6.1+ , contiguous >=0.6.4 && <0.7 , json-syntax >=0.2.2 && <0.3 , primitive >=0.7 && <0.10 , primitive-unlifted >=0.1.3 && <2.2- , profunctors >=5.6+ , profunctors >=5.6.2 && <5.7 , scientific-notation >=0.1.5 && <0.2 , text-short >=0.1.3 && <0.2 , transformers >=0.5.6 && <0.7@@ -72,3 +73,7 @@ , tasty-hunit >=0.10.0.2 , text >=1.2 , text-short++source-repository head+ type: git+ location: git://github.com/byteverse/json-query.git