summaryrefslogtreecommitdiff
path: root/textproc/hs-case-insensitive
AgeCommit message (Collapse)AuthorFilesLines
2015-06-08Bump PKGREVISION for hs-hashable-1.2.3.2szptvlfn2-4/+4
2015-06-04Bump PKGREVISION for hs-text-1.2.1.1szptvlfn2-4/+4
2014-12-12Bump PKGREVISION for hs-text-1.2.0.3szptvlfn2-4/+4
2014-12-12Bump PKGREVISION for hs-text-1.2.0.2 || hs-hashable-1.2.3.0szptvlfn2-3/+4
2014-09-13Update to 1.2.0.1szptvlfn3-8/+8
Changes from https://github.com/basvandijk/case-insensitive 1.2.0.1 - Solved warnings on GHC-7.8.3 - Bump text upper version bounds
2014-09-05Import case-insensitive-1.2.0.0 as textproc/hs-case-insensitive,szptvlfn5-0/+61
packaged for wip by pho. 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.