aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-07-13 08:10:25 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-07-13 08:10:25 -0700
commitd67a88eb12698ca81cb121a5d29775e0dce1105f (patch)
treefc6e3cbcf3fe8a783a8dfcc382157ebb3dcbc88e /pandoc.cabal
parent8cea6125fbcec98a27a0b0b7871a46aa1f0fb833 (diff)
downloadpandoc-d67a88eb12698ca81cb121a5d29775e0dce1105f.tar.gz
Bump upper bound for JuicyPixels.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
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,