summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-03-19 20:23:48 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-03-19 20:23:48 -0700
commit8aa617238042ce8605863e4526e8f5002647fd97 (patch)
tree60559c84302f2c93e160c458899fbcd80384babd /pandoc.cabal
parentd596b0db8321cdb9c018ac8037d301291d0cc63c (diff)
parent74d53f4347623631c17be557d3682dd807214263 (diff)
Merge branch 'opml'
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 7f82d11a1..c53e29838 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -16,7 +16,7 @@ Synopsis: Conversion between markup formats
Description: Pandoc is a Haskell library for converting from one markup
format to another, and a command-line tool that uses
this library. It can read markdown and (subsets of) HTML,
- reStructuredText, LaTeX, DocBook, MediaWiki markup,
+ reStructuredText, LaTeX, DocBook, MediaWiki markup, OPML,
and Textile, and it can write markdown, reStructuredText,
HTML, LaTeX, ConTeXt, Docbook, OpenDocument, ODT,
Word docx, RTF, MediaWiki, Textile, groff man pages,
@@ -105,6 +105,8 @@ Extra-Source-Files:
tests/docbook-reader.native
tests/html-reader.html,
tests/html-reader.native,
+ tests/opml-reader.html,
+ tests/opml-reader.native,
tests/insert,
tests/lalune.jpg,
tests/movie.jpg,
@@ -278,6 +280,7 @@ Library
Text.Pandoc.Readers.MediaWiki,
Text.Pandoc.Readers.RST,
Text.Pandoc.Readers.DocBook,
+ Text.Pandoc.Readers.OPML,
Text.Pandoc.Readers.TeXMath,
Text.Pandoc.Readers.Textile,
Text.Pandoc.Readers.Native,