aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-26 15:57:55 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-26 15:57:55 -0700
commit76886678a6be4db6e8e60ade514710bfe3e62b28 (patch)
treeb86d18a2b6d4df5b6e8c6d2ed02bac393a55f6fc /pandoc.cabal
parent9ff04a947e39746ef1351111cda18d13644a1cd8 (diff)
downloadpandoc-76886678a6be4db6e8e60ade514710bfe3e62b28.tar.gz
Use skylighting 0.4.2.
This prevents the problem with extra space around highlighted code blocks (closes #3996). Note that we no longer put an enclosing div around highlighted code blocks. The pre is the outer element, just as for unhighlighted blocks.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d4dba30eb..a317ea31c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -318,7 +318,7 @@ library
tagsoup >= 0.13.7 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
- skylighting >= 0.4 && <0.5,
+ skylighting >= 0.4.2 && <0.5,
data-default >= 0.4 && < 0.8,
temporary >= 1.1 && < 1.3,
blaze-html >= 0.5 && < 0.10,
@@ -556,7 +556,7 @@ test-suite test-pandoc
filepath >= 1.1 && < 1.5,
hslua >= 0.9 && < 0.10,
process >= 1.2.3 && < 1.7,
- skylighting >= 0.4 && < 0.5,
+ skylighting >= 0.4.2 && < 0.5,
temporary >= 1.1 && < 1.3,
Diff >= 0.2 && < 0.4,
tasty >= 0.11 && < 0.12,