Age | Commit message (Expand) | Author | Files | Lines |
2017-01-25 | Class: removed 'fail' from PandocMonad. | John MacFarlane | 1 | -12/+12 |
2017-01-25 | Removed unneeded pragmas. | John MacFarlane | 1 | -2/+1 |
2017-01-25 | Instances of PandocMonad for common transformers. | John MacFarlane | 1 | -2/+79 |
2017-01-25 | Class: no more MonadState CommonState. | John MacFarlane | 1 | -14/+23 |
2017-01-25 | Whitespace. | John MacFarlane | 1 | -3/+3 |
2017-01-25 | Add PandocMonad m instance for ParserT based on PandocMonad. | John MacFarlane | 1 | -6/+4 |
2017-01-25 | Have warningWithPos take a SourcePos rather than Maybe SourcePos. | John MacFarlane | 1 | -12/+22 |
2017-01-25 | Class: Functions for dealing with PureState | Jesse Rosenthal | 1 | -23/+42 |
2017-01-25 | Class: rename env* prefixed fields to st*. | Jesse Rosenthal | 1 | -28/+28 |
2017-01-25 | Error: change type of handleError. | John MacFarlane | 1 | -1/+1 |
2017-01-25 | Class: rename addWarning[WithPos] to warning[WithPos]. | John MacFarlane | 1 | -12/+10 |
2017-01-25 | Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer. | John MacFarlane | 1 | -7/+5 |
2017-01-25 | New withWarningsToStderr exported from Text.Pandoc.Class. | John MacFarlane | 1 | -1/+11 |
2017-01-25 | Class: cleanup and clarification. | Jesse Rosenthal | 1 | -22/+6 |
2017-01-25 | Remove reader from PandocPure. | Jesse Rosenthal | 1 | -50/+43 |
2017-01-25 | Make Txt2Tags test pass. | Jesse Rosenthal | 1 | -0/+1 |
2017-01-25 | Have a common state for all PandocMonad instances. | Jesse Rosenthal | 1 | -81/+63 |
2017-01-25 | Unify Errors. | Jesse Rosenthal | 1 | -25/+16 |
2017-01-25 | Finish converting readers over. | Jesse Rosenthal | 1 | -0/+12 |
2017-01-25 | Add input and output filepaths to PandocMonad. | Jesse Rosenthal | 1 | -12/+48 |
2017-01-25 | Add Zoned time to class. | Jesse Rosenthal | 1 | -1/+15 |
2017-01-25 | Class: Add getModificationTime | Jesse Rosenthal | 1 | -9/+37 |
2017-01-25 | Working on readers. | Jesse Rosenthal | 1 | -0/+10 |
2017-01-25 | Class: add setMediaBag function. | Jesse Rosenthal | 1 | -0/+6 |
2017-01-25 | Add ParseError to PandocExecutionError. | Jesse Rosenthal | 1 | -1/+3 |
2017-01-25 | List derived instances vertically one-per-line for readability. | Jesse Rosenthal | 1 | -2/+14 |
2017-01-25 | Change Test{State,Env} to Pure{State,Env} | Jesse Rosenthal | 1 | -10/+10 |
2017-01-25 | Class: Add MediaBag to MonadState. | Jesse Rosenthal | 1 | -6/+18 |
2017-01-25 | Class: Add stateful IO warnings, and function to get warndings. | Jesse Rosenthal | 1 | -3/+9 |
2017-01-25 | Deleted whitespace at end of source lines. | John MacFarlane | 1 | -1/+1 |
2017-01-25 | Implement Errors in PandocMonad | Jesse Rosenthal | 1 | -7/+11 |
2017-01-25 | Add runPure function. | Jesse Rosenthal | 1 | -3/+29 |
2017-01-25 | Make PandocExecutionError an exception | Jesse Rosenthal | 1 | -6/+3 |
2017-01-25 | Make opaque typeclasses PandocPure and PandocIO | Jesse Rosenthal | 1 | -33/+75 |
2017-01-25 | Class: Specify Functor and Applicative | Jesse Rosenthal | 1 | -1/+1 |
2017-01-25 | Introduce PandocMonad typeclass. | Jesse Rosenthal | 1 | -0/+202 |