summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2014-08-12 15:09:43 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2014-08-13 00:37:18 +0100
commit57bebe26df8ee0429eec41b828e1acb904cc84fb (patch)
treecf660be0d0370d03b23e3b0d17357e9295f17e15 /pandoc.cabal
parent4c88e64894af56a71a15289a70b2ae7950157f86 (diff)
PDF Writer: Attempts to convert images to pdf renderable formats
Now depends on the JuicyPixels library. Will attempt to convert an image (gif, tiff, bmp) to png when converting to pdf.
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 587258dc2..45b490772 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -253,7 +253,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,