aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-case-insensitive
Commit message (Collapse)AuthorAgeFilesLines
* The module Data.CaseInsensitive provides the 'CI' type constructor which canAshish SHUKLA2011-07-103-0/+29
be parameterised by a string-like type like: 'String', 'ByteString', 'Text', etc. Comparisons of values of the resulting type will be insensitive to cases. WWW: http://hackage.haskell.org/package/case-insensitive Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=277488