diff options
Diffstat (limited to 'textproc/hs-case-insensitive/pkg-descr')
-rw-r--r-- | textproc/hs-case-insensitive/pkg-descr | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/textproc/hs-case-insensitive/pkg-descr b/textproc/hs-case-insensitive/pkg-descr deleted file mode 100644 index 1554215766a6..000000000000 --- a/textproc/hs-case-insensitive/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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. - -WWW: https://github.com/basvandijk/case-insensitive |