summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-20 00:31:57 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-20 00:31:57 +0100
commit42e2ac8536977f277268716ae63e083253f4eccf (patch)
tree0173f81e1b6702e836cd8a6310a0da0ca4a27f76 /pandoc.cabal
parent3165e14b1749ba171a21bbe6503048b394c337d0 (diff)
Use new skylighting-0.2.
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 1b834365c..91971e935 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -279,7 +279,7 @@ Library
tagsoup >= 0.13.7 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
- skylighting >= 0.1.1.4 && < 0.2,
+ skylighting >= 0.2 && < 0.3,
data-default >= 0.4 && < 0.8,
temporary >= 1.1 && < 1.3,
blaze-html >= 0.5 && < 0.10,
@@ -503,7 +503,7 @@ Test-Suite test-pandoc
directory >= 1 && < 1.4,
filepath >= 1.1 && < 1.5,
process >= 1 && < 1.5,
- skylighting >= 0.1.1.3 && < 0.2,
+ skylighting >= 0.2 && < 0.3,
Diff >= 0.2 && < 0.4,
test-framework >= 0.3 && < 0.9,
test-framework-hunit >= 0.2 && < 0.4,