From 031420b2d2f5d70e4a043f6ae27db5881e666923 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 26 Oct 2022 08:30:30 -0700 Subject: Move aeson constraint from cabal.project to pandoc.cabal. --- cabal.project | 3 +-- pandoc.cabal | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cabal.project b/cabal.project index 683bf6972..d49184cd9 100644 --- a/cabal.project +++ b/cabal.project @@ -4,8 +4,7 @@ packages: . pandoc-cli tests: True flags: +embed_data_files -constraints: aeson >= 2.0.1.0, - skylighting-format-blaze-html >= 0.1.1 +constraints: skylighting-format-blaze-html >= 0.1.1 source-repository-package type: git diff --git a/pandoc.cabal b/pandoc.cabal index 186634b9d..1212ad47b 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -463,7 +463,7 @@ library Glob >= 0.7 && < 0.11, JuicyPixels >= 3.1.6.1 && < 3.4, SHA >= 1.6 && < 1.7, - aeson >= 2.0 && < 2.2, + aeson >= 2.0.1.0 && < 2.2, aeson-pretty >= 0.8.9 && < 0.9, array >= 0.5 && < 0.6, attoparsec >= 0.12 && < 0.15, -- cgit v1.2.3