From 7f1b933aaacf4a01fb23fa4989f190098e96e702 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 1 Mar 2021 09:02:10 -0800 Subject: 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. --- src/Text/Pandoc/Readers/LaTeX.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc') 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, (<|>)) -- cgit v1.2.3