citizennet / purescript-fuzzy

A type-safe fuzzy string matcher
Apache License 2.0
24 stars 1 forks source link

updated to purescript 0.14.0 compiler, and converted to spago project… #10

Closed drshade closed 3 years ago

drshade commented 3 years ago

Upgraded to work with purescript 0.14.0, which has moved generics-rep into the prelude. Also changed to a spago project which i think is better and easier than the older bower approach. Once you have merged it would be cool to add fuzzy to the purescript 0.14.0 package set upstream. I am happy to help with that if you are interested!

Thanks for a cool library - i use it to match misspelt links to routes in my personal blog project and it works great. Would love to continue using it as i'm slowly upgrading everything to purescript 0.14.

davezuch commented 3 years ago

Hey @drshade thanks for the PR! The changes look good, they're just missing some updates to the build/CI pipeline. I've gone ahead and made a PR to your branch with those changes. It's roundabout, I know, but if that gets merged in, then that should reflect in this PR and we'll be able to merge it in.

davezuch commented 3 years ago

Thanks again for submitting this @drshade!