summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-12 16:57:22 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-12 16:57:22 -0700
commite883ef4eb9a56f2319fb90e405d0612249af5924 (patch)
tree86376809075cbfeedcc87d53d62e233435db1d30 /pandoc.cabal
parent7684b24959ebe49da036d14ed75d585e7afe2da6 (diff)
parent2b31df32de53b771ec6dd52c69bf8c740296f380 (diff)
Merge pull request #1527 from mpickering/juicypixels
Attempts to convert gif, tiff and bmp to png in pdf writer
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 90d773694..39e901614 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -252,7 +252,8 @@ Library
SHA >= 1.6 && < 1.7,
haddock-library >= 1.1 && < 1.2,
old-time,
- deepseq-generics >= 0.1 && < 0.2
+ deepseq-generics >= 0.1 && < 0.2,
+ JuicyPixels >= 3.1.6.1 && < 3.2
if flag(https)
Build-Depends: http-client >= 0.3.2 && < 0.4,
http-client-tls >= 0.2 && < 0.3,