Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-08 | Use external emojis package. | John MacFarlane | 1 | -40/+0 | |
Moved the emoji-specified code into an external package we can depend on. | |||||
2019-11-27 | Use `[|..|]` syntax to simplify Emoji.TH. | John MacFarlane | 1 | -6/+6 | |
2019-11-27 | Generate Emoji module with TH. | John MacFarlane | 1 | -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. |