summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Process.hs
Commit message (Collapse)AuthorAge
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
|
* Process: Fix minor typo in pipeProcess' docsAlbert Krewinkel2014-05-11
| | | | Replace fullstop with comma, adjust capitalisation.
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
|
* Added Text.Pandoc.Process (pipeProcess).John MacFarlane2013-08-08
A souped up version of readProcessWithErrorCode that uses lazy bytestrings and allows setting environment.