Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
👋 Hi Gary!
This PR updates
quickcheck-laws
for compatibility with PureScript 0.14. I've opened this pull request instead of waiting for the official release becausefreeap
depends on this library, and Halogen depends on that library, and I think users would really appreciate being able to use Halogen right off the bat when PureScript 0.14 is released.Specifically, this PR:
It also takes an extra step to make the publishing process smooth for you once your dependencies have published their official releases, notably:
When PureScript 0.14 is released, then you'll still have to make a new release of this library; luckily, if this PR is already merged then you'll only need to take these steps:
I can circle back when we've released new versions of your dependencies. Once you've made a release of your own, then I can update the relevant downstream libraries and make sure that event is up to date in the package set. Please let me know if I can be helpful with any other step!