pkgsrc/textproc/hs-case-insensitive/DESCR
szptvlfn 65e9caf709 Import case-insensitive-1.2.0.0 as textproc/hs-case-insensitive,
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.
2014-09-05 21:36:49 +00:00

4 lines
226 B
Text

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.