From 6ec3ee3a67c30d2e83f638035521896cbbd70f1e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 25 Mar 2014 13:51:55 -0700 Subject: Whitespace change, and note: Contrary to the previous commit message, there was no API change, since Text.Pandoc.Parsing is not an exposed module. --- src/Text/Pandoc/Parsing.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Text/Pandoc/Parsing.hs') diff --git a/src/Text/Pandoc/Parsing.hs b/src/Text/Pandoc/Parsing.hs index c12e967dc..bc0c5bdf8 100644 --- a/src/Text/Pandoc/Parsing.hs +++ b/src/Text/Pandoc/Parsing.hs @@ -909,6 +909,7 @@ instance HasIdentifierList ParserState where extractIdentifierList = stateIdentifiers updateIdentifierList x st = st{ stateIdentifiers = x } + defaultParserState :: ParserState defaultParserState = ParserState { stateOptions = def, -- cgit v1.2.3