Use doctemplates 0.11.

This avoids a transitive dependency on HsYAML, which we no longer
use in pandoc.
This commit is contained in:
John MacFarlane
2022-11-21 10:44:59 -08:00
parent 2dec0ff52d
commit f038897187
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
View File
@@ -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,