summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-05 23:12:58 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-05 23:12:58 +0100
commitb4ccb70893330e3cc2414ca7eb0f61cf8007272e (patch)
tree101072e1c494e16b0fd80cb4f6466be9411e9382 /src
parentc93ecfc3c5d7c9ed0b4b7bdab943a0fedd185601 (diff)
Fix an unneeded import warning.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/App.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/App.hs b/src/Text/Pandoc/App.hs
index e51a45395..66c627e72 100644
--- a/src/Text/Pandoc/App.hs
+++ b/src/Text/Pandoc/App.hs
@@ -71,7 +71,7 @@ import System.Posix.Terminal (queryTerminal)
import System.Posix.IO (stdOutput)
#endif
import Control.Monad.Trans
-import Text.Pandoc.Class (withMediaBag, PandocIO, getLog, setVerbosity)
+import Text.Pandoc.Class (withMediaBag, PandocIO, getLog)
convertWithOpts :: Opt -> [FilePath] -> IO ()
convertWithOpts opts args = do