./converters/hs-emojis, Conversion between emoji characters and their names

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.2nb3, Package name: hs-emojis-0.1.2nb3, Maintainer: pho

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


Required to run:
[lang/ghc88]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 48.177 KB

Version history: (Expand)


CVS history: (Expand)


   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-11 13:18:39 by Masatake Daimon | Files touched by this commit (3)
Log message:
Update to emojis-0.1.2

0.1.2
* Update emoji data (Unicode 14.0) and aliases from gemoji.
* Export baseEmojis and zwjEmojis, generated directly from Unicode emoji
  data files, so that the library contains a complete list of emojis,
  including emojis for which gemoji provides no alias (Stephen Morgan).

0.1.1
* Update emoji data.
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC
   2021-10-26 12:06:54 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:29:13 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Remove SHA1 hashes for distfiles
   2021-05-03 21:01:21 by Masatake Daimon | Files touched by this commit (475)
Log message:
*: Bump PKGREVISION for ghc-9.0.1
   2021-05-01 16:11:54 by Masatake Daimon | Files touched by this commit (2)
Log message:
Remove files/Setup.hs: mk/haskll.mk can now automatically handle that