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

Webapi-Swagger : Replace locally defined StdMethod with the one from Network.HTTP.Types #35

Open
kahlil29 opened this issue Apr 3, 2019 · 0 comments
Assignees
Labels
Dependent Dependent on some other ticket/package/fix before it can be merged/fixed Webapi-Swagger All issues related to Webapi-swagger (generation of Webapi contracts from Swagger Docs)

Comments

@kahlil29
Copy link
Contributor

kahlil29 commented Apr 3, 2019

Due to a lack of the Generic typeclass, we have defined an identical StdMethod data types that derives the Generic typeclass.
This change has been made in the Network.HTTP.Types package but it may take some time till it is released on hackage/stackage.

Once it is released, we need to import and use it and change the bounds of the relevant package in the webapi-swagger.cabal file.

@kahlil29 kahlil29 added Dependent Dependent on some other ticket/package/fix before it can be merged/fixed Webapi-Swagger All issues related to Webapi-swagger (generation of Webapi contracts from Swagger Docs) labels Apr 3, 2019
@kahlil29 kahlil29 self-assigned this Apr 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependent Dependent on some other ticket/package/fix before it can be merged/fixed Webapi-Swagger All issues related to Webapi-swagger (generation of Webapi contracts from Swagger Docs)
Projects
None yet
Development

No branches or pull requests

1 participant