summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Text.Pandoc: Change Reader to Reader m.John MacFarlane2017-01-25
* Removed some commented-out source.John MacFarlane2017-01-25
* Deleted whitespace at end of source lines.John MacFarlane2017-01-25
* Fixed icml tables test (no newline at end).John MacFarlane2017-01-25
* Fixed regression in OPML writer.John MacFarlane2017-01-25
* Fixed rtf tables testJohn MacFarlane2017-01-25
* Texinfo writer: restore former behavior for headers level > 4.John MacFarlane2017-01-25
* Update tests to work with runPure.John MacFarlane2017-01-25
* Export Text.Pandoc.Class from Text.Pandoc.John MacFarlane2017-01-25
* Fixes to compile after rebase.John MacFarlane2017-01-25
* Clean up Text.PandocJesse Rosenthal2017-01-25
* Implement Errors in PandocMonadJesse Rosenthal2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Add runPure function.Jesse Rosenthal2017-01-25
* Make PandocExecutionError an exceptionJesse Rosenthal2017-01-25
* Tests: have docx writer test use runIOorExplode.Jesse Rosenthal2017-01-25
* Pandoc.hs: Run `runIOorExplode` on IO functions.Jesse Rosenthal2017-01-25
* Make opaque typeclasses PandocPure and PandocIOJesse Rosenthal2017-01-25
* Class: Specify Functor and ApplicativeJesse Rosenthal2017-01-25
* Remove Text.Pandoc.FreeJesse Rosenthal2017-01-25
* Convert writers to use PandocMonad typeclass.Jesse Rosenthal2017-01-25
* Introduce PandocMonad typeclass.Jesse Rosenthal2017-01-25
* Remove GetPOSIXTime from Free monad.Jesse Rosenthal2017-01-25
* Free: Remove readFileUTF8.Jesse Rosenthal2017-01-25
* Remove readFileStrict.Jesse Rosenthal2017-01-25
* Remove IO UUID functions.Jesse Rosenthal2017-01-25
* Write Pure uuid function taking stdgen.Jesse Rosenthal2017-01-25
* ODT Writer: fix compiler complaint.Jesse Rosenthal2017-01-25
* Free: Add Typeable instance to PandocActionErrorJesse Rosenthal2017-01-25
* Finish pure writer of FB2.Jesse Rosenthal2017-01-25
* FB2 writer: Rewrite image-fetching to use fetchItem.Jesse Rosenthal2017-01-25
* Continue refactoring FB2 writer.Jesse Rosenthal2017-01-25
* FB2 writer: bring functions to toplevel.Jesse Rosenthal2017-01-25
* Make pure rtf writer using free.Jesse Rosenthal2017-01-25
* Fix up compiler warnings.Jesse Rosenthal2017-01-25
* Implement runTest functions.Jesse Rosenthal2017-01-25
* Remove IORef from EPUB writer.Jesse Rosenthal2017-01-25
* Remove IORef from ODT writer.Jesse Rosenthal2017-01-25
* Introduce pure versions of IO Writers.Jesse Rosenthal2017-01-25
* New Free module, with pure versions of IO funcsJesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Added page breaks into Pandoc.Hubert Plociniczak2017-01-25
* Copied a few changes from default.latex to default.beamer.John MacFarlane2017-01-25
* Update list of listings languages in Highlighting.John MacFarlane2017-01-25
* OpenDocument writer: small refactoring.John MacFarlane2017-01-24
* Update latex writer test for template change.John MacFarlane2017-01-24
* Changed position of \VerbatimNotes and fancyvrb in latex, beamer templates.John MacFarlane2017-01-24
* travis: catch #3372 (#3373)ickc2017-01-24
* OpenDocument writer: don't profilerate text styles unnecessarily.John MacFarlane2017-01-23
* Use skylighting 0.1.1.1 in stack.yaml.John MacFarlane2017-01-21