aeson-combinators 0.1.2.0 → 0.1.2.1
raw patch · 2 files changed
+5/−2 lines, 2 files
Files
- CHANGELOG.md +3/−0
- aeson-combinators.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,8 @@ # Revision history for aeson-combinators +## 0.1.1.0 -- 2023-12-29+* lower bound for aeson-parser dependecy to fix build of documentation in hackage+ ## 0.1.1.0 -- 2023-12-28 * Aeson 2.2.x compatibility
aeson-combinators.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: aeson-combinators-version: 0.1.2.0+version: 0.1.2.1 synopsis: Aeson combinators for dead simple JSON decoding description: Low overhead value space `Decoder`@@ -49,7 +49,7 @@ , void , scientific - if impl(ghc >= 9.8.0)+ if impl(ghc >= 9.2.0) build-depends: attoparsec-aeson hs-source-dirs: lib