avers-api-docs 0.0.17.2 → 0.0.18.0
raw patch · 2 files changed
+1/−8 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Avers.API.Documentation: instance Data.Swagger.Internal.Schema.ToSchema Avers.API.Types.SignupBody
- Avers.API.Documentation: instance Data.Swagger.Internal.Schema.ToSchema Avers.API.Types.SignupResponse
Files
avers-api-docs.cabal view
@@ -1,5 +1,5 @@ name: avers-api-docs-version: 0.0.17.2+version: 0.0.18.0 synopsis: Swagger documentation for the Avers API description: See README.md homepage: http://github.com/wereHamster/avers-api-docs
src/Avers/API/Documentation.hs view
@@ -194,13 +194,6 @@ declareNamedSchema = genericDeclareNamedSchema (schemaOptions "") -instance ToSchema SignupBody where- declareNamedSchema = genericDeclareNamedSchema (schemaOptions "")--instance ToSchema SignupResponse where- declareNamedSchema = genericDeclareNamedSchema (schemaOptions "")-- --------------------------------------------------------------------------------