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/Readers/CommonMark.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Text/Pandoc/Readers/CommonMark.hs') diff --git a/src/Text/Pandoc/Readers/CommonMark.hs b/src/Text/Pandoc/Readers/CommonMark.hs index 51a35c8ad..e6f8026ab 100644 --- a/src/Text/Pandoc/Readers/CommonMark.hs +++ b/src/Text/Pandoc/Readers/CommonMark.hs @@ -32,6 +32,7 @@ CommonMark is a strongly specified variant of Markdown: http://commonmark.org. module Text.Pandoc.Readers.CommonMark (readCommonMark) where +import Prelude import CMark import Data.Text (unpack, pack) import Data.List (groupBy) -- cgit v1.2.3