Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |