summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-case-insensitive/README
diff options
context:
space:
mode:
author Mikko Värri2014-03-10 23:00:18 +0100
committer Willy Sudiarto Raharjo2015-04-04 02:46:53 +0200
commit3f05718f39893bb39baeb0cfed8fbe355166df45 (patch)
tree89ef32dcac7e7fbfbfce5187271da83411165eac /haskell/haskell-case-insensitive/README
parent23614d4b2bb7b46caadfec3ad4738107b056f76a (diff)
downloadslackbuilds-3f05718f39893bb39baeb0cfed8fbe355166df45.tar.gz
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/README7
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 0000000000..fb7c05420b
--- /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