I want to deprecate my package purescript-parsing-replace - Pursuit , because it’s now included in Parsing.String.Replace - purescript-parsing - Pursuit . How do I do that?
I think I’ll put a big header on the README that says DEPRECATED et cetera, and I’ll publish that to Pursuit with a patch version.
Should I put a Warn constraint on all of the functions? Probably not? Is there a way place a deprecation warning on the whole package, or on each module?
Should I remove the package from package-sets? I think yes. package-sets/CONTRIBUTING.md at master · purescript/package-sets · GitHub
Is there any other way to indicate on Pursuit that a package is deprecated? Is there a way to remove a package from Pursuit?
Will the new Registry have some facility for deprecation?