BSD-3-Clause licensed by Bas van Dijk
Maintained by Bas van Dijk
This version can be pinned in stack with:case-insensitive-1.2.0.4@sha256:5276bd56fa146c1e5accc497a051cc317c5803fe8578aa36a10a1ac1aa6feb02,2222

Module documentation for 1.2.0.4

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.