aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-10-26 08:30:30 -0700
committerJohn MacFarlane <[email protected]>2022-10-26 08:30:30 -0700
commit031420b2d2f5d70e4a043f6ae27db5881e666923 (patch)
tree163ff0a51c7eb8a636b7055fcaaccdd8248b0f78
parent415550a36a9f5cfb412a812836b835d12ec12cb8 (diff)
Move aeson constraint from cabal.project to pandoc.cabal.
-rw-r--r--cabal.project3
-rw-r--r--pandoc.cabal2
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,