ghc-charset
Fast unicode character sets for Haskell
This package provides fast unicode character sets for Haskell, based on complemented PATRICIA tries.
- Versions: 0.3.9
- Website: http://github.com/ekmett/charset
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ghc-charset
as follows:
guix install ghc-charset
Or install a particular version:
guix install ghc-charset@0.3.9
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.