summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/OPML.hs
Commit message (Expand)AuthorAge
* hlint suggestions.John MacFarlane2017-10-29
* Writers: adjusted for renderTemplate' changes.John MacFarlane2017-06-20
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Provide explicit separate functions for HTML 4 and 5.John MacFarlane2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Fixed regression in OPML writer.John MacFarlane2017-01-25
* Implement Errors in PandocMonadJesse Rosenthal2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* More changes to avoid compiler warnings on ghc 7.10.John MacFarlane2015-10-14
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.John MacFarlane2014-12-19
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* Use new flexible metadata type.John MacFarlane2013-06-24
* Added OPML template, tests.John MacFarlane2013-03-20
* Added Text.Pandoc.Writers.OPML.John MacFarlane2013-03-19