aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-03 20:25:04 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-03 20:25:04 -0800
commit45a46bf900bc7153f981088b65bd2cc90d3537d2 (patch)
tree9c2952d15dbbd72119570c47f114f88281590aa3 /src/Text/Pandoc
parent03496d18104dfd2af65c3b742c3d1f6f013dbed2 (diff)
downloadpandoc-45a46bf900bc7153f981088b65bd2cc90d3537d2.tar.gz
Removed unnecessary import.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r--src/Text/Pandoc/Writers/HTML.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/HTML.hs b/src/Text/Pandoc/Writers/HTML.hs
index 7fdfa567e..756bc3fd8 100644
--- a/src/Text/Pandoc/Writers/HTML.hs
+++ b/src/Text/Pandoc/Writers/HTML.hs
@@ -56,7 +56,7 @@ import qualified Data.Text.Lazy as TL
import Network.HTTP (urlEncode)
import Network.URI (URI (..), parseURIReference, unEscapeString)
import Numeric (showHex)
-import Text.Blaze.Internal (customLeaf, textTag)
+import Text.Blaze.Internal (customLeaf)
import Text.Blaze.Html hiding (contents)
import Text.Pandoc.Definition
import Text.Pandoc.Highlighting (formatHtmlBlock, formatHtmlInline, highlight,