aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-04 10:33:52 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-04 10:33:52 +0100
commit9925739ba9365fbc8a395af463df426986d0638d (patch)
tree7a71b7bf62bd785026547a597a03f30ba4b66f37
parent37152f9351feb9e347e36643d35d4bd2e47447e2 (diff)
downloadpandoc-9925739ba9365fbc8a395af463df426986d0638d.tar.gz
Require skylighting 0.3.1.
-rw-r--r--pandoc.cabal4
-rw-r--r--stack.pkg.yaml2
-rw-r--r--stack.yaml2
3 files changed, 4 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 6d95affa9..2f030054a 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.4,
+ skylighting >= 0.3.1 && < 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.2.3 && < 1.5,
- skylighting >= 0.2 && < 0.4,
+ skylighting >= 0.3.1 && < 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 8f069ed51..25a10851a 100644
--- a/stack.pkg.yaml
+++ b/stack.pkg.yaml
@@ -18,5 +18,5 @@ packages:
commit: 8309142e2529e7c82277b93a2c911df5a63f65ca
extra-dep: false
extra-deps:
-- skylighting-0.3
+- skylighting-0.3.1
resolver: lts-8.2
diff --git a/stack.yaml b/stack.yaml
index 3c736c89d..64efe199a 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -8,5 +8,5 @@ flags:
packages:
- '.'
extra-deps:
-- skylighting-0.3
+- skylighting-0.3.1
resolver: lts-8.2