-
Notifications
You must be signed in to change notification settings - Fork 108
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
Add missing instances to (:&) #291
Add missing instances to (:&) #291
Conversation
The (:&) operator has an instance for `SqlSelect`, but none for `ToAlias` and `ToAliasReference`. Adding those for parity.
acc864b
to
d6b7614
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fantastic!
I think a new instance is a minor version bump, not patch.
Could you add a changelog entry?
Thanks!
Updates made. |
awesome, thank you! |
Would you approve the workflow again so CI will run? Apparently this will have to happen each time I push :/ |
Co-authored-by: Matt Parsons <parsonsmatt@gmail.com>
Co-authored-by: Matt Parsons <parsonsmatt@gmail.com>
going to merge and fix locally, thanks for the contribution! 😄 |
The (:&) operator has an instance for
SqlSelect
, but nonefor
ToAlias
andToAliasReference
. Adding those for parity.I'm not sure if the should be a patch or major version bump. Adding new instances can break existing code, but they are such small instances ... I guessed and bumped the patch number.
I was unable to get the testing environment working locally, so I was going to rely on CI to execute my tests. 🤞
Related to #290.
@since
declarations to the Haddock.stylish-haskell
and otherwise adhered to the style guide.After submitting your PR: