-
Notifications
You must be signed in to change notification settings - Fork 5
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 an HasEndpoint instance for AuthProtect #5
Conversation
Also, is there a reason Servant is constrained to < 0.20 ? |
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.
LGTM, thanks for your PR
@vendethiel
Most likely it will work well with 0.20, if you need that - we can move upper bound and add a support for higher ghc version |
Work codebase is not dependent on newer Servant, so it's not a priority, I just wanted to know. |
5758335
to
3b9a656
Compare
@vendethiel you're welcome to merge |
I don't think I can merge PRs here |
Thank you! |
Change was introduced in #5, but I've missed changelog entry.
* doc: add missing changelog entry Change was introduced in #5, but I've missed changelog entry. * Prepare release 1.2.0
Thanks for the package. It was just missing this instance which we use.