aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx.hs
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-06-24 12:15:26 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-06-24 12:15:26 -0400
commita8866bc1215a4e4c6582dedc940c86cdaeb02d9f (patch)
tree20e1ae03f5b66045ae8cc30648b37b1a2e70aeca /src/Text/Pandoc/Readers/Docx.hs
parent5ae6b8c6f1ba29fa8b6eec065c6d463e5e03a9aa (diff)
downloadpandoc-a8866bc1215a4e4c6582dedc940c86cdaeb02d9f.tar.gz
Docx reader: remove T.P.Generic import.
This marks the removal of the final tree-walk in the code. (Though there is still one in the Lists module.)
Diffstat (limited to 'src/Text/Pandoc/Readers/Docx.hs')
-rw-r--r--src/Text/Pandoc/Readers/Docx.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Docx.hs b/src/Text/Pandoc/Readers/Docx.hs
index 67cf519dc..59fb7b37f 100644
--- a/src/Text/Pandoc/Readers/Docx.hs
+++ b/src/Text/Pandoc/Readers/Docx.hs
@@ -76,7 +76,6 @@ import Codec.Archive.Zip
import Text.Pandoc.Definition
import Text.Pandoc.Options
import Text.Pandoc.Builder (text, toList)
-import Text.Pandoc.Generic (bottomUp)
import Text.Pandoc.MIME (getMimeType)
import Text.Pandoc.UTF8 (toString)
import Text.Pandoc.Walk