Name: | ghc-case-insensitive |
---|---|
Version: | 1.2.1.0 |
Release: | 6.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 84835 |
License: | BSD |
RPM: | ghc-case-insensitive-1.2.1.0-6.el9.x86_64.rpm |
Source RPM: | ghc-case-insensitive-1.2.1.0-6.el9.src.rpm |
Build Date: | Tue Sep 06 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/case-insensitive |
Summary: | Case insensitive string comparison |
Description: | 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. |