From c423dbb5a34c2d1195020e0f0ca3aae883d0749b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 8 Nov 2015 16:56:59 -0800 Subject: Use -XNoImplicitPrelude and 'import Prelude' explicitly. This is needed for ghci to work with pandoc, given that we now use a custom prelude. Closes #2503. --- src/Text/Pandoc.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Text/Pandoc.hs') diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs index e49fef3b5..f3301d140 100644 --- a/src/Text/Pandoc.hs +++ b/src/Text/Pandoc.hs @@ -150,6 +150,7 @@ import Text.Pandoc.Writers.RST import Text.Pandoc.Writers.LaTeX import Text.Pandoc.Writers.ConTeXt import Text.Pandoc.Writers.Texinfo +import Prelude import Text.Pandoc.Writers.HTML import Text.Pandoc.Writers.ODT import Text.Pandoc.Writers.Docx -- cgit v1.2.3