aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-27 11:38:24 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-27 11:38:24 -0700
commit3ecc8d154b8c00263e1eff45450836087a7d0b80 (patch)
tree0d018a00971161c0f7cf0012458420bd5fd582e1 /src/Text/Pandoc/Readers
parenta43c0bf54b80b8043a4205b46edc220eb7d2725e (diff)
downloadpandoc-3ecc8d154b8c00263e1eff45450836087a7d0b80.tar.gz
Drop support for ghc < 8.
Diffstat (limited to 'src/Text/Pandoc/Readers')
-rw-r--r--src/Text/Pandoc/Readers/Docx.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Text/Pandoc/Readers/Docx.hs b/src/Text/Pandoc/Readers/Docx.hs
index d04e8575f..c74380cb8 100644
--- a/src/Text/Pandoc/Readers/Docx.hs
+++ b/src/Text/Pandoc/Readers/Docx.hs
@@ -79,9 +79,6 @@ import Text.Pandoc.Readers.Docx.Parse
import Text.Pandoc.Shared
import Text.Pandoc.Walk
import Text.TeXMath (writeTeX)
-#if !(MIN_VERSION_base(4,8,0))
-import Data.Traversable (traverse)
-#endif
import Control.Monad.Except (throwError)
import Text.Pandoc.Class (PandocMonad)
import qualified Text.Pandoc.Class as P