aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Class.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-09 22:21:07 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-09 22:21:07 +0100
commit87507e1b9cf976aeb39a9308a2d050ea6e060585 (patch)
tree78cc07c7ca585beb2420a5b1b6145a5a4edb0af3 /src/Text/Pandoc/Class.hs
parent0a4ba91994c875b0eaf22b76a6153c0d1de0f018 (diff)
downloadpandoc-87507e1b9cf976aeb39a9308a2d050ea6e060585.tar.gz
LaTeX reader: Issue warnings when skipping unknown latex commands.
See #3392.
Diffstat (limited to 'src/Text/Pandoc/Class.hs')
-rw-r--r--src/Text/Pandoc/Class.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Class.hs b/src/Text/Pandoc/Class.hs
index 86158d632..df831c8b2 100644
--- a/src/Text/Pandoc/Class.hs
+++ b/src/Text/Pandoc/Class.hs
@@ -73,7 +73,7 @@ import qualified Text.Pandoc.Shared as IO ( readDataFile
import qualified Text.Pandoc.UTF8 as UTF8
import Text.Pandoc.Compat.Time (UTCTime)
import Text.Pandoc.Options (Verbosity(..))
-import Text.Parsec (ParsecT, SourcePos)
+import Text.Parsec (ParsecT, SourcePos, getPosition)
import qualified Text.Pandoc.Compat.Time as IO (getCurrentTime)
import Text.Pandoc.MIME (MimeType, getMimeType)
import Data.Time.Clock.POSIX ( utcTimeToPOSIXSeconds