summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-29 15:19:49 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-29 15:19:49 -0700
commit1e1a7a9b83f13cfcbef5c4239e43f3724260cef4 (patch)
treefafee09aa463e89fe0fe93ecbb9391097cd61020 /src
parent6a1476e7e26b603bb69112a2666c47ac883ee36f (diff)
Fixed warnings.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/App.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Text/Pandoc/App.hs b/src/Text/Pandoc/App.hs
index f0e953d53..3cf6f0788 100644
--- a/src/Text/Pandoc/App.hs
+++ b/src/Text/Pandoc/App.hs
@@ -77,11 +77,6 @@ import System.IO.Error (isDoesNotExistError)
import Text.Pandoc
import Text.Pandoc.BCP47 (Lang (..), parseBCP47)
import Text.Pandoc.Builder (setMeta)
-import Text.Pandoc.Class (PandocIO, extractMedia, fillMediaBag, getLog, openURL,
- readDataFile, readDefaultDataFile, readFileStrict,
- report, setInputFiles, setOutputFile,
- setRequestHeader, setResourcePath, setTrace,
- setTranslations, setUserDataDir)
import Text.Pandoc.Highlighting (highlightingStyles)
import Text.Pandoc.Lua (LuaException (..), runLuaFilter)
import Text.Pandoc.PDF (makePDF)