charset

Fast unicode character sets based on complemented PATRICIA tries

http://github.com/ekmett/charset

Version on this page:0.3.8
LTS Haskell 22.17:0.3.10@rev:1
Stackage Nightly 2024-04-14:0.3.10@rev:1
Latest on Hackage:0.3.10@rev:1

See all snapshots charset appears in

BSD-3-Clause licensed by Edward Kmett
Maintained by [email protected]
This version can be pinned in stack with:charset-0.3.8@sha256:5e3a51797914c180fcab3c6a0a482bf9186f419541f86d65d3da728c407d51e7,1631

charsets

Hackage Build Status

Fast utf-8 character sets for Haskell represented as complemented PATRICIA tries.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett

Changes

0.3.8 [2021.02.17]

  • Add an IsString CharSet instance.

0.3.7.1

  • Minor haddock fixup.

0.3.7

  • Switched to derived Typeable for GHC 7.8 compatibility

0.3.6

  • Removed some duplicated blocks in Data.CharSet.Unicode.Block.blocks, see issue #3.

0.3.5.1

  • Updated dependencies to support GHC 7.8

0.3.5

  • Claim to be Trustworthy.

0.3.3

  • Removed upper bounds on my other packages