From 63d20efce056246dc41dce328b3404b59836c11d Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Thu, 21 May 2026 21:27:19 -0500 Subject: [PATCH] Allow aeson 2.3 --- github-release.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-release.cabal b/github-release.cabal index fb6f809..6976621 100644 --- a/github-release.cabal +++ b/github-release.cabal @@ -51,7 +51,7 @@ library import: library autogen-modules: Paths_github_release build-depends: - aeson ^>=2.1.2.1 || ^>=2.2.2.0, + aeson ^>=2.1.2 || ^>=2.2.2 || ^>=2.3.0, burrito ^>=2.0.1.9, bytestring ^>=0.12.0.2, http-client ^>=0.7.17,