diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-02-24 15:57:10 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-02-24 15:57:10 +0100 |
commit | a3741a45abca63061c19740050e749b783abbef6 (patch) | |
tree | 3978719ab1c68c4f9edaa4fea817f2a2a65974d6 /src/Text | |
parent | d3e5725cbc06cca01071d4c62eac654cb243ca7b (diff) | |
download | pandoc-a3741a45abca63061c19740050e749b783abbef6.tar.gz |
Removed unnecessary import.
Diffstat (limited to 'src/Text')
-rw-r--r-- | src/Text/Pandoc/PDF.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/PDF.hs b/src/Text/Pandoc/PDF.hs index d2518b78e..b1108008c 100644 --- a/src/Text/Pandoc/PDF.hs +++ b/src/Text/Pandoc/PDF.hs @@ -53,7 +53,6 @@ import Text.Pandoc.Walk (walkM) import Text.Pandoc.Shared (withTempDir, inDirectory, stringify) import Text.Pandoc.Writers.Shared (getField, metaToJSON) import Text.Pandoc.Options (WriterOptions(..), HTMLMathMethod(..)) -import Text.Pandoc.Logging (Verbosity(..)) import Text.Pandoc.MIME (extensionFromMimeType, getMimeType) import Text.Pandoc.Process (pipeProcess) import Control.Monad.Trans (MonadIO(..)) |