aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-03 19:07:16 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-03 19:07:16 -0800
commit92ea8a0cb63241dbc8f89e73a359ac5efca2ab87 (patch)
treed28f22929f7f80a8f41f46c8490abf1f08efad3b /pandoc.cabal
parentb569b0226d4bd5e0699077089d54fb03d4394b7d (diff)
downloadpandoc-92ea8a0cb63241dbc8f89e73a359ac5efca2ab87.tar.gz
Revert "Add T.P.Readers.LaTeX.Include."
This reverts commit b569b0226d4bd5e0699077089d54fb03d4394b7d. Memory usage improvement in compilation wasn't very significant.
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 11d34a19a..090c28287 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -626,7 +626,6 @@ library
Text.Pandoc.Readers.HTML.Table,
Text.Pandoc.Readers.HTML.TagCategories,
Text.Pandoc.Readers.HTML.Types,
- Text.Pandoc.Readers.LaTeX.Include,
Text.Pandoc.Readers.LaTeX.Inline,
Text.Pandoc.Readers.LaTeX.Citation,
Text.Pandoc.Readers.LaTeX.Lang,