aboutsummaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-10 14:35:26 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-10 14:35:26 -0700
commit169cdf3fa23651038daa42544c47bf05e8bc6002 (patch)
treeec4fb081de696555ff0c4323e30609608e4ba965 /pandoc.hs
parent72b038d201b15c6c8c1167ac5a928c5edbda4e5e (diff)
downloadpandoc-169cdf3fa23651038daa42544c47bf05e8bc6002.tar.gz
Removed unneeded import.
Diffstat (limited to 'pandoc.hs')
-rw-r--r--pandoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.hs b/pandoc.hs
index b357754e2..7d26dde39 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -37,7 +37,7 @@ import Text.Pandoc.Walk (walk)
import Text.Pandoc.Readers.LaTeX (handleIncludes)
import Text.Pandoc.Shared ( tabFilter, readDataFileUTF8, readDataFile,
safeRead, headerShift, normalize, err, warn,
- openURL, pandocVersion )
+ openURL )
import Text.Pandoc.MediaBag ( mediaDirectory, extractMediaBag, MediaBag )
import Text.Pandoc.XML ( toEntities )
import Text.Pandoc.SelfContained ( makeSelfContained )