aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Compat
AgeCommit message (Collapse)AuthorFilesLines
2013-08-12Text.Pandoc.Compat.Monoid: Small improvements to the (<>) definition.John MacFarlane1-0/+4
2013-08-08Added Text.Pandoc.Compat.TagSoupEntity.John MacFarlane1-0/+15
This allows pandoc to compile with tagsoup 0.13.x. Thanks to Dirk Ullrich for the patch.
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.