diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2014-03-11 00:00:18 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:53 +0700 |
commit | 3f05718f39893bb39baeb0cfed8fbe355166df45 (patch) | |
tree | 89ef32dcac7e7fbfbfce5187271da83411165eac /haskell/haskell-case-insensitive/README | |
parent | 23614d4b2bb7b46caadfec3ad4738107b056f76a (diff) |
haskell/haskell-case-insensitive: Added (case insensitive string comparison).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-case-insensitive/README')
-rw-r--r-- | haskell/haskell-case-insensitive/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-case-insensitive/README b/haskell/haskell-case-insensitive/README new file mode 100644 index 0000000000000..fb7c05420bf38 --- /dev/null +++ b/haskell/haskell-case-insensitive/README @@ -0,0 +1,7 @@ +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. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |