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/Writers/OpenDocument.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Text/Pandoc/Writers/OpenDocument.hs') diff --git a/src/Text/Pandoc/Writers/OpenDocument.hs b/src/Text/Pandoc/Writers/OpenDocument.hs index ebe678dc0..5d7f10bdd 100644 --- a/src/Text/Pandoc/Writers/OpenDocument.hs +++ b/src/Text/Pandoc/Writers/OpenDocument.hs @@ -30,6 +30,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Conversion of 'Pandoc' documents to OpenDocument XML. -} module Text.Pandoc.Writers.OpenDocument ( writeOpenDocument ) where +import Prelude import Text.Pandoc.Definition import Text.Pandoc.Options import Text.Pandoc.XML -- cgit v1.2.3