forked from loafle/openapi-generator-original
- add new config options: cabalPackage Set the cabal package name, which consists of one or more alphanumeric words separated by hyphens cabalVersion Set the cabal version number, consisting of a sequence of one or more integers separated by dots baseModule Set the base module namespace requestType Set the name of the type used to generate requests configType Set the name of the type used for configuration
106 lines
2.8 KiB
Plaintext
106 lines
2.8 KiB
Plaintext
name: swagger-petstore
|
|
version: 0.1.0.0
|
|
synopsis: Auto-generated swagger-petstore API Client
|
|
description: .
|
|
Client library for calling the Swagger Petstore API based on http-client.
|
|
.
|
|
host: petstore.swagger.io:80
|
|
.
|
|
base path: http://petstore.swagger.io:80/v2
|
|
.
|
|
Swagger Petstore API version: 1.0.0
|
|
.
|
|
OpenAPI spec version: 2.0
|
|
.
|
|
OpenAPI-Specification: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md
|
|
.
|
|
category: Web
|
|
homepage: https://github.com/swagger-api/swagger-codegen#readme
|
|
author: Author Name Here
|
|
maintainer: author.name@email.com
|
|
copyright: YEAR - AUTHOR
|
|
license: UnspecifiedLicense
|
|
build-type: Simple
|
|
cabal-version: >= 1.10
|
|
|
|
extra-source-files:
|
|
README.md
|
|
swagger.yaml
|
|
|
|
library
|
|
hs-source-dirs:
|
|
lib
|
|
ghc-options: -Wall -funbox-strict-fields
|
|
build-depends:
|
|
aeson >=1.0 && <2.0
|
|
, base >=4.7 && <5.0
|
|
, base64-bytestring >1.0 && <2.0
|
|
, bytestring >=0.10.0 && <0.11
|
|
, case-insensitive
|
|
, containers >=0.5.0.0 && <0.6
|
|
, deepseq >= 1.4 && <1.6
|
|
, exceptions >= 0.4
|
|
, http-api-data >= 0.3.4 && <0.4
|
|
, http-client >=0.5 && <0.6
|
|
, http-client-tls
|
|
, http-media >= 0.4 && < 0.8
|
|
, http-types >=0.8 && <0.12
|
|
, iso8601-time >=0.1.3 && <0.2.0
|
|
, microlens >= 0.4.3 && <0.5
|
|
, mtl >=2.2.1
|
|
, network >=2.6.2 && <2.7
|
|
, random >=1.1
|
|
, safe-exceptions <0.2
|
|
, text >=0.11 && <1.3
|
|
, time >=1.5 && <1.9
|
|
, transformers >=0.4.0.0
|
|
, unordered-containers
|
|
, vector >=0.10.9 && <0.13
|
|
, katip >=0.4 && < 0.6
|
|
other-modules:
|
|
Paths_swagger_petstore
|
|
exposed-modules:
|
|
SwaggerPetstore
|
|
SwaggerPetstore.API
|
|
SwaggerPetstore.API.AnotherFake
|
|
SwaggerPetstore.API.Fake
|
|
SwaggerPetstore.API.FakeClassnameTags123
|
|
SwaggerPetstore.API.Pet
|
|
SwaggerPetstore.API.Store
|
|
SwaggerPetstore.API.User
|
|
SwaggerPetstore.Client
|
|
SwaggerPetstore.Core
|
|
SwaggerPetstore.Logging
|
|
SwaggerPetstore.MimeTypes
|
|
SwaggerPetstore.Model
|
|
SwaggerPetstore.ModelLens
|
|
default-language: Haskell2010
|
|
|
|
test-suite tests
|
|
type: exitcode-stdio-1.0
|
|
main-is: Test.hs
|
|
hs-source-dirs:
|
|
tests
|
|
ghc-options: -Wall -fno-warn-orphans
|
|
build-depends:
|
|
swagger-petstore
|
|
, QuickCheck
|
|
, aeson
|
|
, base >=4.7 && <5.0
|
|
, bytestring >=0.10.0 && <0.11
|
|
, containers
|
|
, hspec >=1.8
|
|
, iso8601-time
|
|
, mtl >=2.2.1
|
|
, semigroups
|
|
, text
|
|
, time
|
|
, transformers >=0.4.0.0
|
|
, unordered-containers
|
|
, vector
|
|
other-modules:
|
|
ApproxEq
|
|
Instances
|
|
PropMime
|
|
default-language: Haskell2010
|