summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-07-22 17:56:58 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-08-06 11:20:41 -0400
commitcdd769624f4c5d35207126d11a278d8bc2c48106 (patch)
tree4c506ba223b5ff387d3f5693e3a5b25601559b24 /pandoc.cabal
parent06488c95fa9cf29c1b735c86764968796690e948 (diff)
Remove now-unnecessary TexChar
TeXMath does the work now.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d7bc5479e..b30ce37aa 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -323,7 +323,6 @@ Library
Other-Modules: Text.Pandoc.Readers.Docx.Lists,
Text.Pandoc.Readers.Docx.Reducible,
Text.Pandoc.Readers.Docx.Parse,
- Text.Pandoc.Readers.Docx.TexChar,
Text.Pandoc.Writers.Shared,
Text.Pandoc.Asciify,
Text.Pandoc.MIME,