mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Use doctemplates 0.11.
This avoids a transitive dependency on HsYAML, which we no longer use in pandoc.
This commit is contained in:
@@ -97,7 +97,7 @@ library
|
||||
, containers >= 0.6.0.1 && < 0.7
|
||||
, data-default >= 0.4 && < 0.8
|
||||
, doclayout >= 0.4 && < 0.5
|
||||
, doctemplates >= 0.10 && < 0.11
|
||||
, doctemplates >= 0.11 && < 0.12
|
||||
, exceptions >= 0.8 && < 0.11
|
||||
, hslua >= 2.2.1 && < 2.3
|
||||
, hslua-aeson >= 2.2.1 && < 2.3
|
||||
|
||||
@@ -55,7 +55,7 @@ library
|
||||
aeson >= 2.0 && < 2.2,
|
||||
bytestring >= 0.9 && < 0.12,
|
||||
base64 >= 0.4 && < 0.5,
|
||||
doctemplates >= 0.10 && < 0.11,
|
||||
doctemplates >= 0.11 && < 0.12,
|
||||
data-default >= 0.4 && < 0.8,
|
||||
text >= 1.1.1.0 && < 2.1,
|
||||
unicode-collation >= 0.1.1 && < 0.2,
|
||||
|
||||
+2
-2
@@ -482,7 +482,7 @@ library
|
||||
deepseq >= 1.3 && < 1.5,
|
||||
directory >= 1.2.3 && < 1.4,
|
||||
doclayout >= 0.4 && < 0.5,
|
||||
doctemplates >= 0.10 && < 0.11,
|
||||
doctemplates >= 0.11 && < 0.12,
|
||||
base64 >= 0.4 && < 0.5,
|
||||
emojis >= 0.1 && < 0.2,
|
||||
exceptions >= 0.8 && < 0.11,
|
||||
@@ -749,7 +749,7 @@ test-suite test-pandoc
|
||||
bytestring >= 0.9 && < 0.12,
|
||||
containers >= 0.4.2.1 && < 0.7,
|
||||
directory >= 1.2.3 && < 1.4,
|
||||
doctemplates >= 0.10 && < 0.11,
|
||||
doctemplates >= 0.11 && < 0.12,
|
||||
filepath >= 1.1 && < 1.5,
|
||||
mtl >= 2.2 && < 2.4,
|
||||
pandoc-types >= 1.22.2 && < 1.23,
|
||||
|
||||
Reference in New Issue
Block a user