aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Emoji.hs
AgeCommit message (Expand)Author
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-02-07Resolve HLint warningsAlbert Krewinkel
2019-12-08Use external emojis package.John MacFarlane
2019-12-03Move data/emoji.json to emoji.json, add to extra-source-files.John MacFarlane
2019-11-27Generate Emoji module with TH.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-07-29Update emoji list in Text.Pandoc.Emoji.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2018-07-15Wrap emojis in span nodes (#4759)Anders Waldenborg
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2017-10-27hlint suggestions.John MacFarlane
2015-12-04Fixed Emoji character definitions.John MacFarlane
2015-11-13Text.Pandoc.Emoji: use hex escapes instead of Unicode in source.John MacFarlane
2015-11-13Added `emoji` extension to Markdown.John MacFarlane