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