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

Proposal: split out types into standalone package #186

Open
ocramz opened this issue Apr 16, 2023 · 0 comments
Open

Proposal: split out types into standalone package #186

ocramz opened this issue Apr 16, 2023 · 0 comments

Comments

@ocramz
Copy link

ocramz commented Apr 16, 2023

While building xml-conduit-microlens (https://hackage.haskell.org/package/xml-conduit-microlens) I noticed that the cold-build time is still pretty large due to the transitive dependency on conduit-extra.
Since some types have been redefined (for the better) wrt xml-types and other libraries such as xml-lens rely on them too, would it be an option to have a types-only package for XML that downstream libraries depend on?

It would have to depend on blaze still to have the ToMarkup instances, but not on conduit and friends.

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

No branches or pull requests

1 participant