summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-20 18:57:16 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-20 18:57:16 -0800
commit9d1118ac1fe632d456423575aa564b40f2ef55a4 (patch)
treec97713127ef9756e7224f5993ed0cf1f5f175b68 /pandoc.cabal
parent6c758434221dd4b717f26290dbb58e5377389f89 (diff)
Added Text.Pandoc.PDF - converts latex to PDF.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal7
1 files changed, 5 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index cd38c6964..8dd133192 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -228,7 +228,8 @@ Library
tagsoup >= 0.12.5 && < 0.13,
base64-bytestring >= 0.1 && < 0.2,
zlib >= 0.5 && <= 0.6,
- highlighting-kate >= 0.4 && < 0.5
+ highlighting-kate >= 0.4 && < 0.5,
+ temporary >= 1.1 && < 1.2
if impl(ghc >= 6.10)
Build-depends: base >= 4 && < 5, syb >= 0.1 && < 0.4
else
@@ -273,6 +274,7 @@ Library
Text.Pandoc.Writers.ODT,
Text.Pandoc.Writers.Docx,
Text.Pandoc.Writers.EPUB,
+ Text.Pandoc.PDF,
Text.Pandoc.Templates,
Text.Pandoc.Biblio,
Text.Pandoc.SelfContained
@@ -316,7 +318,8 @@ Executable pandoc
tagsoup >= 0.12.5 && < 0.13,
base64-bytestring >= 0.1 && < 0.2,
zlib >= 0.5 && <= 0.6,
- highlighting-kate >= 0.4 && < 0.5
+ highlighting-kate >= 0.4 && < 0.5,
+ temporary >= 1.1 && < 1.2
if impl(ghc >= 6.10)
Build-depends: base >= 4 && < 5, syb >= 0.1 && < 0.4
else