summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-case-insensitive/README
diff options
context:
space:
mode:
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