summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/UUID.hs
Commit message (Collapse)AuthorAge
* hlint suggestions.John MacFarlane2017-10-27
|
* 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>
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
|
* Deleted whitespace at end of source lines.John MacFarlane2017-01-25
|
* Write Pure uuid function taking stdgen.Jesse Rosenthal2017-01-25
| | | | | We're trying to cut down the necessarily IO functions. Since we alerady have a newStdGen function, we don't need this one.
* Implement runTest functions.Jesse Rosenthal2017-01-25
| | | | | These work with a State monad and a Reader monad to produce deterministic results. It can probably be simplified somewhat.
* Updated copyright dates to include 2016.John MacFarlane2016-03-22
|
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
| | | | This reverts commit c423dbb5a34c2d1195020e0f0ca3aae883d0749b.
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
| | | | | | | This is needed for ghci to work with pandoc, given that we now use a custom prelude. Closes #2503.
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
|
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
|
* Added an EPUB writer.John MacFarlane2010-07-05
+ 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.