slackbuilds_ponce/haskell/haskell-case-insensitive/README
Mikko Värri 3f05718f39 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>
2015-04-04 07:46:53 +07:00

7 lines
339 B
Text

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