aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-09-02 10:10:55 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-09-02 10:10:55 -0700
commit81fe8ebf369279a899ba4995a4cd1f8a883eeeb9 (patch)
tree5301dfd3ff4c84da72e3738055968a889400db0e /pandoc.cabal
parent371a7ff34b43adde425fee371ed83aeb9fb8a69e (diff)
downloadpandoc-81fe8ebf369279a899ba4995a4cd1f8a883eeeb9.tar.gz
LaTeX reader: Factored out siunitx stuff into separate module.
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 047590d18..76e93d2e6 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -589,6 +589,7 @@ library
Text.Pandoc.Readers.Docx.Fields,
Text.Pandoc.Readers.LaTeX.Parsing,
Text.Pandoc.Readers.LaTeX.Lang,
+ Text.Pandoc.Readers.LaTeX.SIunitx,
Text.Pandoc.Readers.Odt.Base,
Text.Pandoc.Readers.Odt.Namespaces,
Text.Pandoc.Readers.Odt.StyleReader,