hxt-charproperties: Character properties and classes for XML and Unicode
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- 'ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
Character properties defined by XML and Unicode standards. These modules contain predicates for Unicode blocks, char properties and character predicates defined by XML. Supported Unicode version is 13.0.0 9.4.0.0: Supported Unicode version 12.1.0 9.3.0.2: Supported Unicode version 9.0.0
Properties
Versions | 9.0.0, 9.1.0, 9.1.1, 9.1.1.1, 9.2.0.0, 9.2.0.1, 9.4.0.0, 9.5.0.0, 9.5.0.0 |
---|---|
Change log | None available |
Dependencies | base (>=4 && <42) [details] |
License | MIT |
Copyright | Copyright (c) 2010- Uwe Schmidt |
Author | Uwe Schmidt |
Maintainer | Uwe Schmidt <uwe@fh-wedel.de> |
Category | Text |
Home page | https://github.com/UweSchmidt/hxt |
Source repo | head: git clone git://github.com/UweSchmidt/hxt.git |
Uploaded | by UweSchmidt at 2021-02-08T16:50:26Z |
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
profile | turn profiling on | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hxt-charproperties-9.5.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees