mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
8 lines
339 B
Text
8 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
|