Require highlighting-kate >= 0.5.1.
This is required for proper highlighted inline code in LaTeX. Closes #527.
This commit is contained in:
parent
75cba828b5
commit
d0d2edd854
1 changed files with 3 additions and 3 deletions
|
@ -216,7 +216,7 @@ Library
|
||||||
tagsoup >= 0.12.5 && < 0.13,
|
tagsoup >= 0.12.5 && < 0.13,
|
||||||
base64-bytestring >= 0.1 && < 0.2,
|
base64-bytestring >= 0.1 && < 0.2,
|
||||||
zlib >= 0.5 && < 0.6,
|
zlib >= 0.5 && < 0.6,
|
||||||
highlighting-kate >= 0.5.0.6 && < 0.6,
|
highlighting-kate >= 0.5.1 && < 0.6,
|
||||||
temporary >= 1.1 && < 1.2
|
temporary >= 1.1 && < 1.2
|
||||||
if flag(blaze_html_0_5)
|
if flag(blaze_html_0_5)
|
||||||
build-depends:
|
build-depends:
|
||||||
|
@ -321,7 +321,7 @@ Executable pandoc
|
||||||
tagsoup >= 0.12.5 && < 0.13,
|
tagsoup >= 0.12.5 && < 0.13,
|
||||||
base64-bytestring >= 0.1 && < 0.2,
|
base64-bytestring >= 0.1 && < 0.2,
|
||||||
zlib >= 0.5 && < 0.6,
|
zlib >= 0.5 && < 0.6,
|
||||||
highlighting-kate >= 0.5.0.6 && < 0.6,
|
highlighting-kate >= 0.5.1 && < 0.6,
|
||||||
temporary >= 1.1 && < 1.2
|
temporary >= 1.1 && < 1.2
|
||||||
if flag(blaze_html_0_5)
|
if flag(blaze_html_0_5)
|
||||||
build-depends:
|
build-depends:
|
||||||
|
@ -385,7 +385,7 @@ Executable test-pandoc
|
||||||
tagsoup >= 0.12.5 && < 0.13,
|
tagsoup >= 0.12.5 && < 0.13,
|
||||||
base64-bytestring >= 0.1 && < 0.2,
|
base64-bytestring >= 0.1 && < 0.2,
|
||||||
zlib >= 0.5 && < 0.6,
|
zlib >= 0.5 && < 0.6,
|
||||||
highlighting-kate >= 0.5.0.6 && < 0.6,
|
highlighting-kate >= 0.5.1 && < 0.6,
|
||||||
temporary >= 1.1 && < 1.2
|
temporary >= 1.1 && < 1.2
|
||||||
if flag(blaze_html_0_5)
|
if flag(blaze_html_0_5)
|
||||||
build-depends:
|
build-depends:
|
||||||
|
|
Loading…
Add table
Reference in a new issue