aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/MediaBag.hs
AgeCommit message (Expand)Author
2017-07-13Use foldrWithKey instead of deprecated foldWithKey.John MacFarlane
2017-06-12Changed "extracting..." warning to a regular log message.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-01-25MediaBag: put extractMediaBag into MonadIO.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-09-26Removed unneeded imports.John MacFarlane
2015-09-26MediaBag: ensure that / is always used as path separator.John MacFarlane
2015-03-19Derive from Data and Typeable for libpandocShahbaz Youssefi
2014-09-25MediaBag: Fixes Windows specific path problemsmpickering
2014-08-17Remove an unnecessary import.Artyom Kazak
2014-08-17MIME cleanup.Artyom Kazak
2014-08-05MediaBag: Improved normalisation when writing filesMatthew Pickering
2014-07-31New module, Text.Pandoc.MediaBag.John MacFarlane