From 23b693c029d17dc9833a81b33ca241f3b6fe6cc7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 9 Nov 2015 10:08:22 -0800 Subject: Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." This reverts commit c423dbb5a34c2d1195020e0f0ca3aae883d0749b. --- pandoc.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'pandoc.hs') diff --git a/pandoc.hs b/pandoc.hs index a83426bff..fce1a8142 100644 --- a/pandoc.hs +++ b/pandoc.hs @@ -30,7 +30,6 @@ Parses command-line options and calls the appropriate readers and writers. -} module Main where -import Prelude import Text.Pandoc import Text.Pandoc.Builder (setMeta) import Text.Pandoc.PDF (makePDF) -- cgit v1.2.3