Jon Schoning bca2b9fb5b [haskell-http-client] handle */* mimetype correctly & split api modules & allowNonUniqueOperationIds (#7254)
* [haskell-http-client] handle */* mimetype correctly

* [haskell-http-client] generate separate api modules, for each child api

* [haskell-http-client] add cliOption "allowNonUniqueOperationIds"

When cli option "allowNonUniqueOperationIds" is true,
allows *different* API modules to contain the same operationId,
and then each API must be imported qualified.
2018-01-07 11:59:55 +08:00

48 lines
1.4 KiB
Plaintext

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 0a40afd0e6e2b593c40ae1588479e70d4f35af6ece13bf83bdf3c166c5ea4e7b
name: swagger-petstore-app
version: 0.1.0.0
synopsis: Auto-generated swagger-petstore API Client
description: Sample app for calling the swagger-petstore API based on http-client.
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
executable swagger-petstore-app
main-is: Main.hs
ghc-options: -Wall
build-depends:
aeson >=1.0 && <2.0
, base >=4.7 && <5.0
, bytestring >=0.10.0 && <0.11
, case-insensitive
, containers >=0.5.0.0 && <0.6
, 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
, microlens >=0.4.3 && <0.5
, mtl >=2.2.1
, swagger-petstore
, text >=0.11 && <1.3
, time >=1.5 && <1.9
, transformers >=0.4.0.0
, unordered-containers
, vector >=0.10.9 && <0.13
other-modules:
Paths_swagger_petstore_app
default-language: Haskell2010