markfarrell/purescript-parsing-uuid

Replace StringLike class with String type

jamesdbrock opened this issue · 1 comments

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.