aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc.cabal4
-rw-r--r--stack.yaml2
2 files changed, 4 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 37a01c333..183ed7d53 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -396,8 +396,8 @@ library
tagsoup >= 0.14.6 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
- skylighting >= 0.8.2 && < 0.9,
- skylighting-core >= 0.8.2 && < 0.9,
+ skylighting >= 0.8.2.1 && < 0.9,
+ skylighting-core >= 0.8.2.1 && < 0.9,
data-default >= 0.4 && < 0.8,
temporary >= 1.1 && < 1.4,
blaze-html >= 0.9 && < 0.10,
diff --git a/stack.yaml b/stack.yaml
index 10f69b5b3..50a6c8fe1 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -16,6 +16,8 @@ extra-deps:
commit: 860788f105cc9b3fec2ab062d993b7aebd68c9c0
- pandoc-types-1.17.6.1
- texmath-0.11.2.3
+- skylighting-0.8.2.1
+- skylighting-core-0.8.2.1
- doclayout-0.1
- HsYAML-0.2.0.0
- HsYAML-aeson-0.2.0.0