summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/MediaBag.hs
Commit message (Expand)AuthorAge
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* hlint changes.John MacFarlane2017-10-27
* Use foldrWithKey instead of deprecated foldWithKey.John MacFarlane2017-07-13
* Changed "extracting..." warning to a regular log message.John MacFarlane2017-06-12
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* MediaBag: put extractMediaBag into MonadIO.John MacFarlane2017-01-25
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* Removed unneeded imports.John MacFarlane2015-09-26
* MediaBag: ensure that / is always used as path separator.John MacFarlane2015-09-26
* Derive from Data and Typeable for libpandocShahbaz Youssefi2015-03-19
* MediaBag: Fixes Windows specific path problemsmpickering2014-09-25
* Remove an unnecessary import.Artyom Kazak2014-08-17
* MIME cleanup.Artyom Kazak2014-08-17
* MediaBag: Improved normalisation when writing filesMatthew Pickering2014-08-05
* New module, Text.Pandoc.MediaBag.John MacFarlane2014-07-31