Skip to content

replace FoldCase by IsText and use simple case folding#34

Open
larskuhtz wants to merge 1 commit into
masterfrom
build/simple-casefolding
Open

replace FoldCase by IsText and use simple case folding#34
larskuhtz wants to merge 1 commit into
masterfrom
build/simple-casefolding

Conversation

@larskuhtz

Copy link
Copy Markdown
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