summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-09-09 21:06:07 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-09-09 21:06:07 -0700
commitcbdeed9cfd027d2deede890a5a9177423178cea4 (patch)
treef3bb03de6826e801f48837e93bd526b4938fed2e /pandoc.cabal
parenta1c11b048ab64e1b990ae66dee8ebe0947c982d7 (diff)
Require skylighting 0.3.4.1 or higher.
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 e25ffc035..cdb3e92f9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -316,7 +316,7 @@ library
tagsoup >= 0.13.7 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
- skylighting >= 0.3.3 && < 0.4,
+ skylighting >= 0.3.4.1 && < 0.4,
data-default >= 0.4 && < 0.8,
temporary >= 1.1 && < 1.3,
blaze-html >= 0.5 && < 0.10,
@@ -553,7 +553,7 @@ test-suite test-pandoc
filepath >= 1.1 && < 1.5,
hslua >= 0.8 && < 0.9,
process >= 1.2.3 && < 1.7,
- skylighting >= 0.3.3 && < 0.4,
+ skylighting >= 0.3.4.1 && < 0.4,
temporary >= 1.1 && < 1.3,
Diff >= 0.2 && < 0.4,
tasty >= 0.11 && < 0.12,