summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-09-02 11:35:28 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-09-02 12:28:53 -0400
commit3f8d3d844fde31a27643254be69a17128a47d3fe (patch)
treedab9eda4c8fa613b02a7dcbcfa26572a8f163e91 /pandoc.cabal
parentc9a631e4ebe9f3d21ee6187348e7e6007353ed15 (diff)
Remove TagSoup compat
We already lower-bound tagsoup at 0.13.7, which means we were always running the compatibility layer (it was conditional on min value 0.13). Better to just use `lookupEntity` from the library directly, and convert a string to a char if need be.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 09a497559..7b86304fc 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -415,7 +415,6 @@ Library
Text.Pandoc.Slides,
Text.Pandoc.Highlighting,
Text.Pandoc.Compat.Time,
- Text.Pandoc.Compat.TagSoupEntity,
Paths_pandoc
Buildable: True