Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace FoldCase by IsText and use simple case folding #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

larskuhtz
Copy link
Member

The toFoldCase function of Data.Text massively increases compilation times
with recent versions of GHC. In this package the simpler case folding
implementation of the toLower function in Data.Char is sufficient.

This is a backward incompatible API change since the scope of
the respective functions is excludes the ByteString instances of
IsString and FoldCase.

The toFoldCase function of Data.Text massively increases compilation times
with recent versions of GHC. In this package the simpler case folding
implementation of the toLower function in Data.Char is sufficient.

This is a backward incompatible API change since the scope of
the respective functions is excludes the ByteString instances of
IsString and FoldCase.
@larskuhtz larskuhtz added this to the 0.3.0 milestone Apr 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant