summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Compat
Commit message (Collapse)AuthorAge
* Text.Pandoc.Compat.Monoid: Small improvements to the (<>) definition.John MacFarlane2013-08-12
|
* Added Text.Pandoc.Compat.TagSoupEntity.John MacFarlane2013-08-08
| | | | | This allows pandoc to compile with tagsoup 0.13.x. Thanks to Dirk Ullrich for the patch.
* Added Text.Pandoc.Compat.Monoid.John MacFarlane2013-08-08
This allows pandoc to compile with base < 4.5, where Data.Monoid doesn't export `<>`. Thanks to Dirk Ullirch for the patch.