aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Emoji
AgeCommit message (Collapse)AuthorFilesLines
2019-12-08Use external emojis package.John MacFarlane1-40/+0
Moved the emoji-specified code into an external package we can depend on.
2019-11-27Use `[|..|]` syntax to simplify Emoji.TH.John MacFarlane1-6/+6
2019-11-27Generate Emoji module with TH.John MacFarlane1-0/+40
- Add Text.Pandoc.Emoji.TH. - Replace long literal list in Text.Pandoc.Emoji with one-liner generating it from data/emoji.json using TH. - Add Makefile target to download data/emoji.json. - Remove tools/emoji.hs.