From 9ec3d6ee978a12535234235d4f5aa6dfce1d6446 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 17 Dec 2020 09:32:13 -0800
Subject: [PATCH] Use skylighting 0.10.2.

Cloess #6625.
---
 pandoc.cabal | 4 ++--
 stack.yaml   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index d21d5e03c..ac46ed54b 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -433,8 +433,8 @@ library
                  random                >= 1        && < 1.2,
                  safe                  >= 0.3      && < 0.4,
                  scientific            >= 0.3      && < 0.4,
-                 skylighting           >= 0.10.1   && < 0.11,
-                 skylighting-core      >= 0.10.1   && < 0.11,
+                 skylighting           >= 0.10.2   && < 0.11,
+                 skylighting-core      >= 0.10.2   && < 0.11,
                  split                 >= 0.2      && < 0.3,
                  syb                   >= 0.1      && < 0.8,
                  tagsoup               >= 0.14.6   && < 0.15,
diff --git a/stack.yaml b/stack.yaml
index 41df0c88c..f4adfc1e0 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -8,8 +8,8 @@ extra-deps:
 - pandoc-types-1.22
 - rfc5051-0.2
 - haddock-library-1.9.0
-- skylighting-0.10.1
-- skylighting-core-0.10.1
+- skylighting-0.10.2
+- skylighting-core-0.10.2
 - hslua-1.1.2
 - jira-wiki-markup-1.3.2
 - HsYAML-aeson-0.2.0.0