aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
AgeCommit message (Collapse)AuthorFilesLines
2012-07-25Moved stateLiterateHaskell to readerLiterateHaskell in Options.John MacFarlane1-14/+16
2012-07-25Moved stateOldDashes to readerOldDashes in ReaderOptions.John MacFarlane1-1/+5
2012-07-25Moved stateTabStop to readerTabStop in ReaderOptions.John MacFarlane1-0/+2
2012-07-25Moved stateColumns to readerColumns in ReaderOptions.John MacFarlane1-0/+2
2012-07-25Moved ParseRaw from ParserState to ReaderOptions.John MacFarlane1-3/+5
2012-07-25Options -> ReaderOptions.John MacFarlane1-10/+10
Better to keep reader and writer options separate.
2012-07-25Put smart, strict in separate options field in state.John MacFarlane1-2/+16
This is the beginning of a larger transition that will make Options, not ParserState, the parameter of the read functions. (Options will also be used in writers, in place of WriterOptions.) Next step is to remove strict, replacing it with granular tests for different extensions.
2012-07-25Added Text.Pandoc.Options.John MacFarlane1-0/+50