-
Notifications
You must be signed in to change notification settings - Fork 37
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
Swagger instances for UVerb #127
Conversation
I think this now ready for review |
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.
Perfect! Can you bump the cabal version to 1.1.11 and update the @since
markers? Then I'll merge this.
-- @since <TODO> | ||
#if __GLASGOW_HASKELL__ >= 881 |
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.
-- @since <TODO> | |
#if __GLASGOW_HASKELL__ >= 881 | |
#if __GLASGOW_HASKELL__ >= 881 | |
-- @since <TODO> |
Not sure if this breaks anything, but it seems more honest to me. (Please ignore if you're no more confident than me.)
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.
Hh, yes, missed that. Done
This PR adds support for Union Verbs, which were introduced recently to servant: haskell-servant/servant#1314