aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Class.hs
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Implement Errors in PandocMonadJesse Rosenthal1-7/+11
2017-01-25Add runPure function.Jesse Rosenthal1-3/+29
2017-01-25Make PandocExecutionError an exceptionJesse Rosenthal1-6/+3
2017-01-25Make opaque typeclasses PandocPure and PandocIOJesse Rosenthal1-33/+75
2017-01-25Class: Specify Functor and ApplicativeJesse Rosenthal1-1/+1
2017-01-25Introduce PandocMonad typeclass.Jesse Rosenthal1-0/+202