aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-02 22:36:13 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-02 22:40:45 -0800
commite8e5ffe1f4ecaff6f4e21af04ba593d64f4061f4 (patch)
tree2566556579139d7e714bb5423cd6efa9b0c5b124 /pandoc.cabal
parentfe483c653b34897346e3ab6e0e26de88ecee4447 (diff)
downloadpandoc-e8e5ffe1f4ecaff6f4e21af04ba593d64f4061f4.tar.gz
Split out T.P.Writers.LaTeX.Util.
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 135ee2f26..d457a0620 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -667,6 +667,7 @@ library
Text.Pandoc.Writers.LaTeX.Lang,
Text.Pandoc.Writers.LaTeX.Types,
Text.Pandoc.Writers.LaTeX.Citation,
+ Text.Pandoc.Writers.LaTeX.Util,
Text.Pandoc.Writers.Markdown.Types,
Text.Pandoc.Writers.Markdown.Inline,
Text.Pandoc.Writers.Roff,