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