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 StringLike class with String type #1

Closed
jamesdbrock opened this issue Oct 31, 2021 · 1 comment
Closed

Replace StringLike class with String type #1

jamesdbrock opened this issue Oct 31, 2021 · 1 comment

Comments

@jamesdbrock
Copy link

Hi, in purescript-parsing v7.0.0 we deleted the StringLike typeclass.

https://github.com/purescript-contrib/purescript-parsing/releases/tag/v7.0.0

Because of that, I had to disable this package in package-sets.

purescript/package-sets#1008

If you want to upgrade this package to purescript-parsing v7.0.0, it should suffice to delete all mentions of the StringLike typeclass and replace them with the String type.

@markfarrell
Copy link
Owner

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

No branches or pull requests

2 participants