case-insensitive: Case insensitive string comparison

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.

[maintain] [Publish]

Warnings:

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]

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, 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.0.11, 1.2.1.0
Change log CHANGELOG
Dependencies base (>=3 && <5), bytestring (>=0.9), deepseq (>=1.1), hashable (>=1.0), semigroups (>=0.18), text (>=0.3) [details]
License BSD-3-Clause
Copyright 2011 Bas van Dijk
Author Bas van Dijk
Maintainer Bas van Dijk <v.dijk.bas@gmail.com>
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
Uploaded by BasVanDijk at 2018-03-14T20:11:47Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for case-insensitive-1.2.0.11

[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.