From a742ae5c1640771dbc708fa6e405a2d763b90885 Mon Sep 17 00:00:00 2001 From: Vekhir <134215107+Vekhir@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:21:36 +0200 Subject: [PATCH] Add attoparsec-aeson to support aeson-2.2 The module `Data.Aeson.Parser` is moved into attoparsec-aeson for aeson >=2.2. For aeson <2.2, attoparsec-aeson is an empty package, since the module exists within aeson. --- yesod-core/ChangeLog.md | 4 ++++ yesod-core/yesod-core.cabal | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/yesod-core/ChangeLog.md b/yesod-core/ChangeLog.md index 9e6409205..554f53980 100644 --- a/yesod-core/ChangeLog.md +++ b/yesod-core/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog for yesod-core +## 1.6.24.5 + +* Support Aeson 2.2 [#1818](https://github.com/yesodweb/yesod/pull/1818) + ## 1.6.24.4 * Fix test-suite compilation error for GHC >= 9.0.1 [#1812](https://github.com/yesodweb/yesod/pull/1812) diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index 85fd8b1b7..c4c2fd861 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -1,5 +1,5 @@ name: yesod-core -version: 1.6.24.4 +version: 1.6.24.5 license: MIT license-file: LICENSE author: Michael Snoyman @@ -27,6 +27,7 @@ library build-depends: base >= 4.10 && < 5 , aeson >= 1.0 + , attoparsec-aeson >= 2.1 , auto-update , blaze-html >= 0.5 , blaze-markup >= 0.7.1