aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-20 13:31:15 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-20 13:31:15 +0100
commit59666f79f32b535f9208ff015c810ed859977534 (patch)
tree1737a41b0568c2a7e94a2d451d8d2e025c7eca8e
parent42e2ac8536977f277268716ae63e083253f4eccf (diff)
downloadpandoc-59666f79f32b535f9208ff015c810ed859977534.tar.gz
Use latest skylighting (0.3).
-rw-r--r--pandoc.cabal4
-rw-r--r--stack.pkg.yaml4
-rw-r--r--stack.yaml4
3 files changed, 6 insertions, 6 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 91971e935..4668acefa 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.2 && < 0.3,
+ skylighting >= 0.2 && < 0.4,
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.2 && < 0.3,
+ skylighting >= 0.2 && < 0.4,
Diff >= 0.2 && < 0.4,
test-framework >= 0.3 && < 0.9,
test-framework-hunit >= 0.2 && < 0.4,
diff --git a/stack.pkg.yaml b/stack.pkg.yaml
index 73d01be24..e84aa09b3 100644
--- a/stack.pkg.yaml
+++ b/stack.pkg.yaml
@@ -18,5 +18,5 @@ packages:
commit: 9de619a02f79544bec933e4366a0d2f92ae2fe13
extra-dep: false
extra-deps:
-- skylighting-0.2
-resolver: lts-8.0
+- skylighting-0.3
+resolver: lts-8.2
diff --git a/stack.yaml b/stack.yaml
index c7fad49f2..3c736c89d 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -8,5 +8,5 @@ flags:
packages:
- '.'
extra-deps:
-- skylighting-0.2
-resolver: lts-8.0
+- skylighting-0.3
+resolver: lts-8.2