aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-07-14 10:10:13 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-07-14 10:10:13 -0700
commit021e967914db79e7b373709af277cc80ed39093b (patch)
tree078cf9bbec799986bdeb1a86df5030d73787c540 /pandoc.cabal
parentb9e7490074f96968a0882ce3319576181a02db19 (diff)
downloadpandoc-021e967914db79e7b373709af277cc80ed39093b.tar.gz
Require skylighting 0.8.2 (fix bug with long integer literals).
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index e5ab0b19c..970282d7f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -392,7 +392,7 @@ library
tagsoup >= 0.14.6 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
- skylighting >= 0.8.1.2 && < 0.9,
+ skylighting >= 0.8.2 && < 0.9,
data-default >= 0.4 && < 0.8,
temporary >= 1.1 && < 1.4,
blaze-html >= 0.9 && < 0.10,