static-text: Lists, Texts, ByteStrings and Vectors of statically known length
static-text provides type-level safety for basic operations on string-like types (finite lists of elements), such as Data.Text, String (and all lists), Data.ByteString and Data.Vector. Use it when you need static guarantee on lengths of strings produced in your code.
[Skip to Readme]
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| bytestring | Build interface for ByteString | Enabled |
| text | Build interface for Text | Enabled |
| vector | Build interface for Vector | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- static-text-0.2.0.7.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.2, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.0.5, 0.2.0.6, 0.2.0.7 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (<5), bytestring, template-haskell, text, vector [details] |
| License | BSD-3-Clause |
| Author | Dmitry Dzhus |
| Maintainer | dima@dzhus.org |
| Uploaded | by DmitryDzhus at 2021-07-10T12:44:51Z |
| Category | Data, Text, Type System |
| Home page | https://github.com/dzhus/static-text#readme |
| Bug tracker | https://github.com/dzhus/static-text/issues |
| Source repo | head: git clone https://github.com/dzhus/static-text |
| Distributions | LTSHaskell:0.2.0.7, NixOS:0.2.0.7, Stackage:0.2.0.7 |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 3788 total (16 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2021-07-10 [all 1 reports] |