aboutsummaryrefslogtreecommitdiff
path: root/src/Text
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-08-08 16:46:12 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-08 16:46:12 -0700
commitb1c2ada4e4da71578b934ffc7aafb11208f2b552 (patch)
tree73101f6eb28daeef933f1584fea82968c1531476 /src/Text
parent81224a3a73eaf7f71965c1de4cb5d993f1cd2436 (diff)
downloadpandoc-b1c2ada4e4da71578b934ffc7aafb11208f2b552.tar.gz
Removed redundant import.
Diffstat (limited to 'src/Text')
-rw-r--r--src/Text/Pandoc/App.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/App.hs b/src/Text/Pandoc/App.hs
index a56ae8149..073b1f3ef 100644
--- a/src/Text/Pandoc/App.hs
+++ b/src/Text/Pandoc/App.hs
@@ -78,7 +78,6 @@ import Text.Pandoc.Builder (setMeta)
import Text.Pandoc.Class (PandocIO, extractMedia, fillMediaBag, getLog,
setResourcePath, getMediaBag, setTrace, report)
import Text.Pandoc.Highlighting (highlightingStyles)
-import Text.Pandoc.Logging (LogMessage(..))
import Text.Pandoc.Lua (runLuaFilter, LuaException(..))
import Text.Pandoc.Writers.Math (defaultMathJaxURL, defaultKaTeXURL)
import Text.Pandoc.PDF (makePDF)