From 81afa89ebfcd811c012f846f073987520720284e Mon Sep 17 00:00:00 2001 From: Marek Fajkus Date: Fri, 29 Dec 2023 09:44:04 +0100 Subject: [PATCH] lower ghc bound --- CHANGELOG.md | 3 +++ aeson-combinators.cabal | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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..3c59bd9 100644 --- a/aeson-combinators.cabal +++ b/aeson-combinators.cabal @@ -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