From ad4bf9aa31cfacc9f9f1bc357753d278d91171ed Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 29 May 2026 09:34:23 +0200 Subject: [PATCH] Accept aeson 2.3. --- pandoc-server/pandoc-server.cabal | 2 +- pandoc.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandoc-server/pandoc-server.cabal b/pandoc-server/pandoc-server.cabal index 9ba5d46dd..89bd76daf 100644 --- a/pandoc-server/pandoc-server.cabal +++ b/pandoc-server/pandoc-server.cabal @@ -52,7 +52,7 @@ library build-depends: pandoc >= 3.9 && < 3.10, pandoc-types >= 1.22 && < 1.24, containers >= 0.6.0.1 && < 0.9, - aeson >= 2.0 && < 2.3, + aeson >= 2.0 && < 2.4, bytestring >= 0.9 && < 0.13, base64-bytestring >= 0.1 && < 1.3, doctemplates >= 0.11 && < 0.12, diff --git a/pandoc.cabal b/pandoc.cabal index a2ea459fc..a7c0ef41d 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -511,7 +511,7 @@ library build-depends: xml-light, Glob >= 0.7 && < 0.11, JuicyPixels >= 3.1.6.1 && < 3.4, - aeson >= 2.0.1.0 && < 2.3, + aeson >= 2.0.1.0 && < 2.4, aeson-pretty >= 0.8.9 && < 0.9, array >= 0.5 && < 0.6, attoparsec >= 0.12 && < 0.15,