aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/XML.hs
AgeCommit message (Expand)Author
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2016-09-02Remove TagSoup compatJesse Rosenthal
2016-03-22Updated copyright dates to include 2016.1.17.0.2John MacFarlane
2016-01-08Fixed shadowing warning.John MacFarlane
2016-01-08Work around tagsoup bug - not allowing uppercase x in hex entities.John MacFarlane
2016-01-08Entity handling fixes:John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2013-08-08Added Text.Pandoc.Compat.TagSoupEntity.John MacFarlane
2013-06-24Use new flexible metadata type.John MacFarlane
2013-03-19Added Text.Pandoc.Writers.OPML.John MacFarlane
2012-04-14Fixed bug in fromEntities.John MacFarlane
2012-02-05Fixed bug in fromEntities: require semicolon to process as entity.1.9John MacFarlane
2012-02-05Text.Pandoc.XML: Export fromEntities.John MacFarlane
2012-01-28XML: Added toEntities.John MacFarlane
2010-12-21XML: don't use breaking spaces in attribute lists.John MacFarlane
2010-12-21XML: Replaced escapeStringAsXML with a faster version.John MacFarlane
2010-03-23Updated copyright notices.John MacFarlane
2010-01-01XML: don't escape \160 (nonbreaking space) as an entity.fiddlosopher
2009-12-05Added stripTags to Text.Pandoc.XML.fiddlosopher
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher