summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Class.hs
Commit message (Expand)AuthorAge
* LaTeX reader: Issue warnings when skipping unknown latex commands.John MacFarlane2017-02-09
* Reverted deferred media bag code.John MacFarlane2017-02-09
* Refactored some files formerly in LaTeX reader.John MacFarlane2017-02-07
* Moved readFileFromDirs to Text.Pandoc.Class.John MacFarlane2017-02-07
* Expose FileTree in ClassJohn MacFarlane2017-01-27
* Fixed small mistake in instance for logOutput.John MacFarlane2017-01-25
* More logging-related changes.John MacFarlane2017-01-25
* Class: Changes around logging.John MacFarlane2017-01-25
* Class: Warn instead or erroring if we can't fetch mediaJesse Rosenthal2017-01-25
* Class: Refactor fetchItem.Jesse Rosenthal2017-01-25
* Class: Add insertDeferredMedia function.Jesse Rosenthal2017-01-25
* Integrate DeferredMediaBag into CommonStateJesse Rosenthal2017-01-25
* Introduce DeferredMediaBag.Jesse Rosenthal2017-01-25
* Class: have pure instance of openURL throw an error, for now.John MacFarlane2017-01-25
* Add openURL and readFileStrict to PandocMonad.John MacFarlane2017-01-25
* Class: Removed getDefaultReferenceDocx/ODT from PandocMonad.John MacFarlane2017-01-25
* Removed commented-out vestigaes of fail in Class.John MacFarlane2017-01-25
* Class: removed 'fail' from PandocMonad.John MacFarlane2017-01-25
* Removed unneeded pragmas.John MacFarlane2017-01-25
* Instances of PandocMonad for common transformers.John MacFarlane2017-01-25
* Class: no more MonadState CommonState.John MacFarlane2017-01-25
* Whitespace.John MacFarlane2017-01-25
* Add PandocMonad m instance for ParserT based on PandocMonad.John MacFarlane2017-01-25
* Have warningWithPos take a SourcePos rather than Maybe SourcePos.John MacFarlane2017-01-25
* Class: Functions for dealing with PureStateJesse Rosenthal2017-01-25
* Class: rename env* prefixed fields to st*.Jesse Rosenthal2017-01-25
* Error: change type of handleError.John MacFarlane2017-01-25
* Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane2017-01-25
* Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane2017-01-25
* New withWarningsToStderr exported from Text.Pandoc.Class.John MacFarlane2017-01-25
* Class: cleanup and clarification.Jesse Rosenthal2017-01-25
* Remove reader from PandocPure.Jesse Rosenthal2017-01-25
* Make Txt2Tags test pass.Jesse Rosenthal2017-01-25
* Have a common state for all PandocMonad instances.Jesse Rosenthal2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Finish converting readers over.Jesse Rosenthal2017-01-25
* Add input and output filepaths to PandocMonad.Jesse Rosenthal2017-01-25
* Add Zoned time to class.Jesse Rosenthal2017-01-25
* Class: Add getModificationTimeJesse Rosenthal2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* Class: add setMediaBag function.Jesse Rosenthal2017-01-25
* Add ParseError to PandocExecutionError.Jesse Rosenthal2017-01-25
* List derived instances vertically one-per-line for readability.Jesse Rosenthal2017-01-25
* Change Test{State,Env} to Pure{State,Env}Jesse Rosenthal2017-01-25
* Class: Add MediaBag to MonadState.Jesse Rosenthal2017-01-25
* Class: Add stateful IO warnings, and function to get warndings.Jesse Rosenthal2017-01-25
* Deleted whitespace at end of source lines.John MacFarlane2017-01-25
* Implement Errors in PandocMonadJesse Rosenthal2017-01-25
* Add runPure function.Jesse Rosenthal2017-01-25
* Make PandocExecutionError an exceptionJesse Rosenthal2017-01-25