summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorcsforste <cforster@syr.edu>2015-12-24 11:36:58 -0500
committercsforste <cforster@syr.edu>2016-01-19 14:03:57 -0500
commit25a9ca697a9fa3354e7a634d386efdef4031776f (patch)
treeac3f1cafac50d35f8faef6b4a3c2a408dc5e7427 /pandoc.cabal
parentf2c0974a26b7de7d39168268de7c6257f14c56be (diff)
Add TEI Writer.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 4d2be8e6c..d2fe01eb9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -362,6 +362,7 @@ Library
Text.Pandoc.Writers.Docx,
Text.Pandoc.Writers.EPUB,
Text.Pandoc.Writers.FB2,
+ Text.Pandoc.Writers.TEI,
Text.Pandoc.PDF,
Text.Pandoc.UTF8,
Text.Pandoc.Templates,
@@ -504,6 +505,7 @@ Test-Suite test-pandoc
Tests.Writers.LaTeX
Tests.Writers.Docx
Tests.Writers.RST
+ Tests.Writers.TEI
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind -threaded
Default-Language: Haskell98