From e30a25701f35137747f076729b972f9d57608d9d Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sat, 22 Apr 2017 11:15:09 +0200
Subject: [PATCH] Use skylighitng >= 0.3.3.

---
 pandoc.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index d84012183..eed25111e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -300,7 +300,7 @@ Library
                  tagsoup >= 0.13.7 && < 0.15,
                  base64-bytestring >= 0.1 && < 1.1,
                  zlib >= 0.5 && < 0.7,
-                 skylighting >= 0.3.1 && < 0.4,
+                 skylighting >= 0.3.3 && < 0.4,
                  data-default >= 0.4 && < 0.8,
                  temporary >= 1.1 && < 1.3,
                  blaze-html >= 0.5 && < 0.10,
@@ -531,7 +531,7 @@ Test-Suite test-pandoc
                   filepath >= 1.1 && < 1.5,
                   hslua >= 0.4 && < 0.6,
                   process >= 1.2.3 && < 1.5,
-                  skylighting >= 0.3.1 && < 0.4,
+                  skylighting >= 0.3.3 && < 0.4,
                   temporary >= 1.1 && < 1.3,
                   Diff >= 0.2 && < 0.4,
                   tasty >= 0.11 && < 0.12,