Webapi-Swagger : Replace locally defined StdMethod
with the one from Network.HTTP.Types
#35
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)
Due to a lack of the
Generic
typeclass, we have defined an identicalStdMethod
data types that derives theGeneric
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.The text was updated successfully, but these errors were encountered: