diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-07-13 08:10:25 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-07-13 08:10:25 -0700 |
commit | d67a88eb12698ca81cb121a5d29775e0dce1105f (patch) | |
tree | fc6e3cbcf3fe8a783a8dfcc382157ebb3dcbc88e | |
parent | 8cea6125fbcec98a27a0b0b7871a46aa1f0fb833 (diff) | |
download | pandoc-d67a88eb12698ca81cb121a5d29775e0dce1105f.tar.gz |
Bump upper bound for JuicyPixels.
-rw-r--r-- | pandoc.cabal | 2 |
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, |