aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-02 21:33:58 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-02 21:33:58 -0800
commit827ecdd2de935d377399a68aaa52b3fb6ab5b607 (patch)
tree9feba03c5bbce545163501e8033ad1ccb9b34286 /pandoc.cabal
parent2097411e4f4da0f0cd2fb4fdbb4759b6da600289 (diff)
downloadpandoc-827ecdd2de935d377399a68aaa52b3fb6ab5b607.tar.gz
Split out T.P.Writers.LaTeX.Lang.
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 3aa29b477..416641a96 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -664,6 +664,7 @@ library
Text.Pandoc.Writers.LaTeX.Caption,
Text.Pandoc.Writers.LaTeX.Notes,
Text.Pandoc.Writers.LaTeX.Table,
+ Text.Pandoc.Writers.LaTeX.Lang,
Text.Pandoc.Writers.LaTeX.Types,
Text.Pandoc.Writers.Markdown.Types,
Text.Pandoc.Writers.Markdown.Inline,