summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-03-19 20:35:14 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-03-19 22:49:44 -0700
commit69acb47a3410b7b75e27e1abe1f9add3dbe09820 (patch)
treece23688f405802c5a970990a6b425eb1f1b62781 /pandoc.cabal
parent8aa617238042ce8605863e4526e8f5002647fd97 (diff)
Added Text.Pandoc.Writers.OPML.
TODO: * Document in README * Add tests * Add template (and add template to cabal file)
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 c53e29838..ff142f304 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -18,7 +18,7 @@ Description: Pandoc is a Haskell library for converting from one markup
this library. It can read markdown and (subsets of) HTML,
reStructuredText, LaTeX, DocBook, MediaWiki markup, OPML,
and Textile, and it can write markdown, reStructuredText,
- HTML, LaTeX, ConTeXt, Docbook, OpenDocument, ODT,
+ 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, and S5, Slidy and Slideous HTML slide shows.
@@ -286,6 +286,7 @@ Library
Text.Pandoc.Readers.Native,
Text.Pandoc.Writers.Native,
Text.Pandoc.Writers.Docbook,
+ Text.Pandoc.Writers.OPML,
Text.Pandoc.Writers.HTML,
Text.Pandoc.Writers.LaTeX,
Text.Pandoc.Writers.ConTeXt,