Skip to content

Conversation

andreasabel
Copy link
Member

ListT is removed in a utility module that is used in package search. The functions in the utility module implement some heuristics to extract words from package identifiers. The module is undocumented.
It does not seem worthwhile at this point to reverse engineer this module and try to implement it w/o ListT.
Rather, I embed the ListT monad transformer code here so we do not depend on getting it from transformers (where it has disappeared from).
This also silences the deprecation warnings.

Closes #1010. Likely squash before merge.

@andreasabel andreasabel merged commit 3438b1f into master Mar 13, 2022
@andreasabel andreasabel deleted the vendor-ListT branch March 13, 2022 19:40
@andreasabel andreasabel self-assigned this Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace ListT
1 participant