case-insensitive: Case insensitive string comparison

[ bsd3, data, library, text ] [ Propose Tags ] [ Report a vulnerability ]

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.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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, 1.1, 1.1.0.1, 1.1.0.2, 1.1.0.3, 1.2.0.0, 1.2.0.1, 1.2.0.2, 1.2.0.3, 1.2.0.4, 1.2.0.5, 1.2.0.6, 1.2.0.7, 1.2.0.8, 1.2.0.9, 1.2.0.10, 1.2.0.11, 1.2.1.0
Change log CHANGELOG
Dependencies base (>=3 && <4.12), bytestring (>=0.9 && <0.11), deepseq (>=1.1 && <1.5), hashable (>=1.0 && <1.3), semigroups (>=0.18 && <0.19), text (>=0.3 && <1.3) [details]
Tested with ghc ==7.0.4, ghc ==7.2.2, ghc ==7.4.2, ghc ==7.6.3, ghc ==7.8.4, ghc ==7.10.3, ghc ==8.0.1
License BSD-3-Clause
Copyright 2011 Bas van Dijk
Author Bas van Dijk
Maintainer Bas van Dijk <v.dijk.bas@gmail.com>
Uploaded by BasVanDijk at 2017-05-27T14:27:04Z
Revised Revision 2 made by BasVanDijk at 2018-02-26T07:26:25Z
Category Data, Text
Home page https://github.com/basvandijk/case-insensitive
Bug tracker https://github.com/basvandijk/case-insensitive/issues
Source repo head: git clone git://github.com/basvandijk/case-insensitive.git
Distributions Arch:1.2.1.0, Debian:1.2.1.0, Fedora:1.2.1.0, FreeBSD:1.2.0.4, LTSHaskell:1.2.1.0, NixOS:1.2.1.0, Stackage:1.2.1.0, openSUSE:1.2.1.0
Reverse Dependencies 387 direct, 4654 indirect [details]
Downloads 247511 total (159 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-05-27 [all 1 reports]

Readme for case-insensitive-1.2.0.10

[back to package description]

Hackage Build Status

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.