From d67a88eb12698ca81cb121a5d29775e0dce1105f Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Fri, 13 Jul 2018 08:10:25 -0700
Subject: [PATCH] Bump upper bound for JuicyPixels.

---
 pandoc.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index 2f80bedeb..b5bf36f67 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -377,7 +377,7 @@ library
                  SHA >= 1.6 && < 1.7,
                  haddock-library >= 1.6 && < 1.7,
                  deepseq >= 1.3 && < 1.5,
-                 JuicyPixels >= 3.1.6.1 && < 3.3,
+                 JuicyPixels >= 3.1.6.1 && < 3.4,
                  Glob >= 0.7 && < 0.10,
                  cmark-gfm >= 0.1.1 && < 0.2,
                  doctemplates >= 0.2.1 && < 0.3,