From b4ccb70893330e3cc2414ca7eb0f61cf8007272e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 5 Feb 2017 23:12:58 +0100 Subject: [PATCH] Fix an unneeded import warning. --- src/Text/Pandoc/App.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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