These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes
to the packages. The Haskell packages didn't have PLIST files because
their paths contained package hashes. These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
This package provides functions for converting emoji names to emoji
characters and vice versa.
How does it differ from the emoji package?
* It supports a fuller range of emojis, including all those supported
by GitHub
* It supports lookup of emoji aliases from emoji
* It uses Text rather than String
* It has a lighter dependency footprint: in particular, it does not
require aeson
* It does not require TemplateHaskell