summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-01-21 15:31:12 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-01-21 15:31:12 -0800
commit5b31790199366a8cbc64069cd6935bc9a6bda509 (patch)
treeec3260488027bc3843dccef1c1689625e00dfbef /pandoc.cabal
parentcbc2434ca36b894cea6402142baa4e3189928743 (diff)
Added TEI to description and default.tei to data files.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d2fe01eb9..abedeaed4 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -20,7 +20,7 @@ Description: Pandoc is a Haskell library for converting from one markup
MediaWiki markup, TWiki markup, Haddock markup, OPML,
Emacs Org-Mode, txt2tags, Word Docx, ODT, and Textile, and
it can write Markdown, reStructuredText, XHTML, HTML 5,
- LaTeX, ConTeXt, DocBook, OPML, OpenDocument, ODT,
+ LaTeX, ConTeXt, DocBook, OPML, TEI, OpenDocument, ODT,
Word docx, RTF, MediaWiki, DokuWiki, Textile, groff man
pages, plain text, Emacs Org-Mode, AsciiDoc, Haddock markup,
EPUB (v2 and v3), FictionBook2, InDesign ICML, and several
@@ -39,6 +39,7 @@ Data-Files:
data/templates/default.html
data/templates/default.html5
data/templates/default.docbook
+ data/templates/default.tei
data/templates/default.beamer
data/templates/default.opendocument
data/templates/default.icml
@@ -362,7 +363,7 @@ Library
Text.Pandoc.Writers.Docx,
Text.Pandoc.Writers.EPUB,
Text.Pandoc.Writers.FB2,
- Text.Pandoc.Writers.TEI,
+ Text.Pandoc.Writers.TEI,
Text.Pandoc.PDF,
Text.Pandoc.UTF8,
Text.Pandoc.Templates,