From 25a9ca697a9fa3354e7a634d386efdef4031776f Mon Sep 17 00:00:00 2001 From: csforste Date: Thu, 24 Dec 2015 11:36:58 -0500 Subject: Add TEI Writer. --- pandoc.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pandoc.cabal') 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 -- cgit v1.2.3