mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Accept aeson 2.3.
This commit is contained in:
@@ -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,
|
||||
|
||||
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user