summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc.cabal4
-rw-r--r--stack.pkg.yaml3
-rw-r--r--stack.yaml3
3 files changed, 6 insertions, 4 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,
diff --git a/stack.pkg.yaml b/stack.pkg.yaml
index 4121ff466..73d01be24 100644
--- a/stack.pkg.yaml
+++ b/stack.pkg.yaml
@@ -17,5 +17,6 @@ packages:
git: https://github.com/jgm/pandoc-citeproc.git
commit: 9de619a02f79544bec933e4366a0d2f92ae2fe13
extra-dep: false
-extra-deps: []
+extra-deps:
+- skylighting-0.2
resolver: lts-8.0
diff --git a/stack.yaml b/stack.yaml
index 99f9a7899..c7fad49f2 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -7,5 +7,6 @@ flags:
network-uri: true
packages:
- '.'
-extra-deps: []
+extra-deps:
+- skylighting-0.2
resolver: lts-8.0