summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers.hs
Commit message (Collapse)AuthorAge
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
| | | | | This follows the suggestions given by the FSF for GPL licensed software. <https://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html>
* API change: move writer functions to Text.Pandoc.WritersAlbert Krewinkel2017-04-26
Writer helper functions were defined in the top-level Text.Pandoc module. These functions are moved to the Writer submodule as to enable reuse in other submodules.