Age | Commit message (Expand) | Author | Files | Lines |
2019-05-29 | pandoc.mediabag module: add function `delete` | Albert Krewinkel | 1 | -0/+9 |
2019-05-29 | pandoc.mediabag module: add items function iterating over mediabag | Albert Krewinkel | 1 | -0/+6 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-03-16 | Monoid/Semiground cleanup relying on custom Prelude. | John MacFarlane | 1 | -4/+0 |
2018-03-16 | Semigroup instance for MediaBag with base >= 4.9. | John MacFarlane | 1 | -0/+5 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2017-10-27 | hlint changes. | John MacFarlane | 1 | -1/+1 |
2017-07-13 | Use foldrWithKey instead of deprecated foldWithKey. | John MacFarlane | 1 | -1/+1 |
2017-06-12 | Changed "extracting..." warning to a regular log message. | John MacFarlane | 1 | -31/+0 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -12/+13 |
2017-01-25 | MediaBag: put extractMediaBag into MonadIO. | John MacFarlane | 1 | -3/+7 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -1/+0 |
2015-09-26 | Removed unneeded imports. | John MacFarlane | 1 | -1/+0 |
2015-09-26 | MediaBag: ensure that / is always used as path separator. | John MacFarlane | 1 | -4/+6 |
2015-03-19 | Derive from Data and Typeable for libpandoc | Shahbaz Youssefi | 1 | -2/+4 |
2014-09-25 | MediaBag: Fixes Windows specific path problems | mpickering | 1 | -5/+5 |
2014-08-17 | Remove an unnecessary import. | Artyom Kazak | 1 | -1/+1 |
2014-08-17 | MIME cleanup. | Artyom Kazak | 1 | -10/+10 |
2014-08-05 | MediaBag: Improved normalisation when writing files | Matthew Pickering | 1 | -1/+1 |
2014-07-31 | New module, Text.Pandoc.MediaBag. | John MacFarlane | 1 | -0/+107 |