summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal10
1 files changed, 7 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 93283b346..f5d88234b 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -18,8 +18,8 @@ Description: Pandoc is a Haskell library for converting from one markup
this library. It can read markdown and (subsets of)
reStructuredText, HTML, and LaTeX, and it can write
markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook,
- OpenDocument, ODT, RTF, MediaWiki, groff man pages, and
- S5 HTML slide shows.
+ OpenDocument, ODT, RTF, MediaWiki, groff man pages, EPUB,
+ and S5 HTML slide shows.
.
Pandoc extends standard markdown syntax with footnotes,
embedded LaTeX, definition lists, tables, and other
@@ -44,6 +44,8 @@ Data-Files:
templates/mediawiki.template, templates/rtf.template,
-- data for ODT writer
reference.odt,
+ -- stylesheet for EPUB writer
+ epub.css,
-- data for LaTeXMathML writer
data/LaTeXMathML.js,
data/MathMLinHTML.js,
@@ -146,7 +148,7 @@ Library
bytestring >= 0.9, zip-archive >= 0.1.1.4,
utf8-string >= 0.3, old-time >= 1,
HTTP >= 4000.0.5, texmath, xml >= 1.3.5 && < 1.4,
- extensible-exceptions
+ random, extensible-exceptions
if impl(ghc >= 6.10)
Build-depends: base >= 4 && < 5, syb
else
@@ -183,9 +185,11 @@ Library
Text.Pandoc.Writers.RTF,
Text.Pandoc.Writers.S5,
Text.Pandoc.Writers.ODT,
+ Text.Pandoc.Writers.EPUB,
Text.Pandoc.Templates
Other-Modules: Text.Pandoc.XML,
Text.Pandoc.UTF8,
+ Text.Pandoc.UUID,
Paths_pandoc
Extensions: CPP
if impl(ghc >= 6.12)