summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-06-18 15:32:13 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-06-18 17:09:36 -0700
commit35e57db5c292957e74c24eb2cee63928c7865cc6 (patch)
tree621399c4d37e60257ac48689b96780ba33a528d1 /pandoc.cabal
parent9fc5c8d7af31a47d8e3e8ea6dbb541178ec9ca66 (diff)
Finished first draft of Haddock writer.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal7
1 files changed, 4 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index f9938bede..058e82a7f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -21,9 +21,9 @@ Description: Pandoc is a Haskell library for converting from one markup
markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook, OPML,
OpenDocument, ODT, Word docx, RTF, MediaWiki, Textile,
groff man pages, plain text, Emacs Org-Mode, AsciiDoc,
- EPUB (v2 and v3), FictionBook2, InDesign ICML, and several kinds
- of HTML/javascript slide shows (S5, Slidy, Slideous, DZSlides,
- reveal.js).
+ Haddock markup, EPUB (v2 and v3), FictionBook2,
+ InDesign ICML, and several kinds of HTML/javascript
+ slide shows (S5, Slidy, Slideous, DZSlides, reveal.js).
.
Pandoc extends standard markdown syntax with footnotes,
embedded LaTeX, definition lists, tables, and other
@@ -305,6 +305,7 @@ Library
Text.Pandoc.Writers.Texinfo,
Text.Pandoc.Writers.Man,
Text.Pandoc.Writers.Markdown,
+ Text.Pandoc.Writers.Haddock,
Text.Pandoc.Writers.RST,
Text.Pandoc.Writers.Org,
Text.Pandoc.Writers.AsciiDoc,