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

Opt in auto derivation #1738

Closed
wants to merge 1 commit into from
Closed

Opt in auto derivation #1738

wants to merge 1 commit into from

Conversation

guymers
Copy link
Contributor

@guymers guymers commented Aug 31, 2022

Read and Write instances are now only auto-derived if
doobie.implicits.* or doobie.generic.auto.* are imported. Instances
can be manually defined by using the derived method on the companion
objects.

`Read` and `Write` instances are now only auto-derived if
`doobie.implicits.*` or `doobie.generic.auto.*` are imported. Instances
can be manually defined by using the `derived` method on the companion
objects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant