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

Relax purescript-ast dependency to microlens #3817

Merged
merged 1 commit into from Mar 23, 2020

Conversation

joneshf
Copy link
Member

@joneshf joneshf commented Mar 17, 2020

microlens-platform is made to bring in a bunch of other dependencies so working with a small lens package isn't tedious. It's made for an application. microlens is made to be as minimal as possible. It's made so it doesn't increase the footprint of a package onto everyone that depends on that package. Now that purescript-ast is its own package, we drop the dependency down to microlens instead of microlens-platform, removing transitive dependencies in the process.

There should be no noticeable changes as far as API goes.

`microlens-platform` brings in quite a bit of extra dependencies. To
thin out what `purescript-ast` depends on, we move from
`microlens-platform` to `microlens`.
@joneshf
Copy link
Member Author

joneshf commented Mar 23, 2020

Thanks for the review!

@joneshf joneshf merged commit 8766ec0 into purescript:master Mar 23, 2020
@joneshf joneshf deleted the joneshf/relax-to-microlens branch March 23, 2020 14:01
@joneshf joneshf mentioned this pull request May 23, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants