mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 01:36:45 +00:00
Allow aeson 0.11.
This commit is contained in:
+2
-2
@@ -260,7 +260,7 @@ Library
|
||||
random >= 1 && < 1.2,
|
||||
extensible-exceptions >= 0.1 && < 0.2,
|
||||
pandoc-types >= 1.16 && < 1.17,
|
||||
aeson >= 0.7 && < 0.11,
|
||||
aeson >= 0.7 && < 0.12,
|
||||
tagsoup >= 0.13.1 && < 0.14,
|
||||
base64-bytestring >= 0.1 && < 1.1,
|
||||
zlib >= 0.5 && < 0.7,
|
||||
@@ -416,7 +416,7 @@ Executable pandoc
|
||||
bytestring >= 0.9 && < 0.11,
|
||||
extensible-exceptions >= 0.1 && < 0.2,
|
||||
highlighting-kate >= 0.6.1 && < 0.7,
|
||||
aeson >= 0.7.0.5 && < 0.11,
|
||||
aeson >= 0.7.0.5 && < 0.12,
|
||||
yaml >= 0.8.8.2 && < 0.9,
|
||||
containers >= 0.1 && < 0.6,
|
||||
HTTP >= 4000.0.5 && < 4000.4
|
||||
|
||||
Reference in New Issue
Block a user