summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-04-24 20:40:33 -0400
committerJohn MacFarlane <jgm@berkeley.edu>2012-07-22 11:14:07 -0700
commit40e123173b1754f0a850c544bb95f29e3275b5ef (patch)
treeb5b341ff4e580f4a69a48912d0714da3e34777e9 /pandoc.cabal
parent436a585c3bbf890d3a5df25cbc577376ee2fa5a1 (diff)
Added Text.Pandoc.Writers.FB2 to list of exported modules.
Also added FB2 to description.
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 f1f7c6f4d..ea8b68383 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -20,7 +20,7 @@ Description: Pandoc is a Haskell library for converting from one markup
markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook,
OpenDocument, ODT, Word docx, RTF, MediaWiki, Textile,
groff man pages, plain text, Emacs Org-Mode, AsciiDoc, EPUB,
- and S5, Slidy and Slideous HTML slide shows.
+ FictionBook2, and S5, Slidy and Slideous HTML slide shows.
.
Pandoc extends standard markdown syntax with footnotes,
embedded LaTeX, definition lists, tables, and other
@@ -287,6 +287,7 @@ Library
Text.Pandoc.Writers.ODT,
Text.Pandoc.Writers.Docx,
Text.Pandoc.Writers.EPUB,
+ Text.Pandoc.Writers.FB2,
Text.Pandoc.PDF,
Text.Pandoc.Templates,
Text.Pandoc.Biblio,