aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Compat/Monoid.hs
AgeCommit message (Collapse)AuthorFilesLines
2013-08-08Added Text.Pandoc.Compat.Monoid.John MacFarlane1-0/+16
This allows pandoc to compile with base < 4.5, where Data.Monoid doesn't export `<>`. Thanks to Dirk Ullirch for the patch.