The case-insensitive package
The module Data.CaseInsensitive provides the CI type constructor which can be parameterised by a string-like type like: String, ByteString, Text, etc.. Comparisons of values of the resulting type will be insensitive to cases.
Properties
| Versions | 0.1, 0.2, 0.2.0.1, 0.2.0.2, 0.3, 0.3.0.1, 0.4, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 1.0, 1.0.0.1, 1.0.0.2 |
|---|---|
| Dependencies | base (≥4 & <4.4), base-unicode-symbols (≥0.1.1 & <0.3), bytestring (0.9.*), text (≥0.3 & <0.12) |
| License | BSD3 |
| Copyright | 2011 Bas van Dijk |
| Author | Bas van Dijk |
| Maintainer | Bas van Dijk <v.dijk.bas@gmail.com> |
| Category | Data, Text |
| Source repository | darcs get http://code.haskell.org/~basvandijk/code/case-insensitive |
| Upload date | Mon Feb 7 20:18:34 UTC 2011 |
| Uploaded by | BasVanDijk |
| Built on | ghc-7.0 |
| Distributions | Fedora: 0.4.0.3, NixOS: 1.0.0.2, Debian: 1.0, FreeBSD: 1.0 |
Modules
Downloads
- case-insensitive-0.2.tar.gz (Cabal source package)
- package description (included in the package)