aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/UUID.hs
AgeCommit message (Collapse)AuthorFilesLines
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2010-07-05Added an EPUB writer.John MacFarlane1-0/+77
+ New writer module Text.Pandoc.Writers.EPUB + Stylesheet in epub.css + --epub-stylesheet command-line option. + New utility module Text.Pandoc.UUID to generate random UUIDs for EPUBs.