aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-01 09:02:10 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-01 09:46:43 -0800
commit7f1b933aaacf4a01fb23fa4989f190098e96e702 (patch)
tree20edb3349cf16ecdab9a3c1651553284d350499c /src/Text/Pandoc
parent382f0e23d22b15aaa9fe2aeb6117ef0a102e379d (diff)
downloadpandoc-7f1b933aaacf4a01fb23fa4989f190098e96e702.tar.gz
Make T.P.Readers.LaTeX.Types an unexported module.
[API change] This is really an implementation detail that shouldn't be exposed in the public API.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r--src/Text/Pandoc/Readers/LaTeX.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/LaTeX.hs b/src/Text/Pandoc/Readers/LaTeX.hs
index fa77595b9..fc85f0545 100644
--- a/src/Text/Pandoc/Readers/LaTeX.hs
+++ b/src/Text/Pandoc/Readers/LaTeX.hs
@@ -19,7 +19,7 @@ module Text.Pandoc.Readers.LaTeX ( readLaTeX,
applyMacros,
rawLaTeXInline,
rawLaTeXBlock,
- inlineCommand,
+ inlineCommand
) where
import Control.Applicative (many, optional, (<|>))