aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-03 18:47:17 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-03 18:47:17 -0800
commitb569b0226d4bd5e0699077089d54fb03d4394b7d (patch)
tree5ab2d3fb3c0f91854fc4a352b740852c1b57f2c4 /pandoc.cabal
parent33e4c8dd6c2bbc8109880f43b379d074ceb38391 (diff)
downloadpandoc-b569b0226d4bd5e0699077089d54fb03d4394b7d.tar.gz
Add T.P.Readers.LaTeX.Include.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 090c28287..11d34a19a 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -626,6 +626,7 @@ 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,