aboutsummaryrefslogtreecommitdiff
path: root/src/Text
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-10-10 08:36:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-10-10 08:36:27 -0700
commit2b1361e7381d45c47c4a53becab5b895b26f1dae (patch)
tree3c3b98c852383540a0c70c3dd5de44f5a3ee85aa /src/Text
parentfcefcfec39eeff5eff02bdd07dca7839f6b08ca2 (diff)
downloadpandoc-2b1361e7381d45c47c4a53becab5b895b26f1dae.tar.gz
Remove unnecessary import.
Diffstat (limited to 'src/Text')
-rw-r--r--src/Text/Pandoc/App/CommandLineOptions.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/App/CommandLineOptions.hs b/src/Text/Pandoc/App/CommandLineOptions.hs
index be52b42d1..f9f825a44 100644
--- a/src/Text/Pandoc/App/CommandLineOptions.hs
+++ b/src/Text/Pandoc/App/CommandLineOptions.hs
@@ -48,7 +48,6 @@ import Text.Pandoc.Highlighting (highlightingStyles)
import Text.Pandoc.Writers.Math (defaultMathJaxURL, defaultKaTeXURL)
import Text.Pandoc.Shared (ordNub, safeRead, defaultUserDataDirs)
import Text.Printf
-import Text.Pandoc.Class (runIOorExplode, PandocMonad(..))
#ifdef EMBED_DATA_FILES
import Text.Pandoc.Data (dataFiles)