diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-03-25 13:51:55 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-03-25 13:51:55 -0700 |
commit | 6ec3ee3a67c30d2e83f638035521896cbbd70f1e (patch) | |
tree | 16a74f58dfd3d432bbd8e0f9fabca7b0c737cc56 /src/Text | |
parent | 08d1404b31a0fd6edd94b1e5674d3b07d8e4de6a (diff) | |
download | pandoc-6ec3ee3a67c30d2e83f638035521896cbbd70f1e.tar.gz |
Whitespace change, and note:
Contrary to the previous commit message, there was no API
change, since Text.Pandoc.Parsing is not an exposed module.
Diffstat (limited to 'src/Text')
-rw-r--r-- | src/Text/Pandoc/Parsing.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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, |