aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Process.hs
AgeCommit message (Collapse)AuthorFilesLines
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2013-08-08Added Text.Pandoc.Process (pipeProcess).John MacFarlane1-0/+105
A souped up version of readProcessWithErrorCode that uses lazy bytestrings and allows setting environment.