aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-01 08:55:42 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-01 09:46:43 -0800
commit382f0e23d22b15aaa9fe2aeb6117ef0a102e379d (patch)
tree7eebaea173abd10d095d2bec48c2f0c1457de4a6 /pandoc.cabal
parente1454fe0d0e2f1cb4e9c5753f095a1f0a8580ffe (diff)
downloadpandoc-382f0e23d22b15aaa9fe2aeb6117ef0a102e379d.tar.gz
Factor out T.P.Readers.LaTeX.Macro.
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 56a9491f2..c3317f24b 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -634,6 +634,7 @@ library
Text.Pandoc.Readers.LaTeX.Citation,
Text.Pandoc.Readers.LaTeX.Math,
Text.Pandoc.Readers.LaTeX.Table,
+ Text.Pandoc.Readers.LaTeX.Macro,
Text.Pandoc.Readers.Odt.Base,
Text.Pandoc.Readers.Odt.Namespaces,
Text.Pandoc.Readers.Odt.StyleReader,