diff --git a/CHANGELOG.md b/CHANGELOG.md index 50af41d..62d1508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/aeson-combinators.cabal b/aeson-combinators.cabal index a92d209..7627b13 100644 --- a/aeson-combinators.cabal +++ b/aeson-combinators.cabal @@ -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 @@ library , void , scientific - if impl(ghc >= 9.8.0) + if impl(ghc >= 9.2.0) build-depends: attoparsec-aeson hs-source-dirs: lib