aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Process.hs
AgeCommit message (Collapse)AuthorFilesLines
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2014-05-11Process: Fix minor typo in pipeProcess' docsAlbert Krewinkel1-2/+1
Replace fullstop with comma, adjust capitalisation.
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.