38 lines
888 B
YAML

name: openapi-petstore-app
version: '0.1.0.0'
synopsis: Auto-generated openapi-petstore API Client
description: ! '
Sample app for calling the openapi-petstore API based on http-client.
'
category: Web
author: Author Name Here
maintainer: author.name@email.com
copyright: YEAR - AUTHOR
license: UnspecifiedLicense
homepage: https://openapi-generator.tech
extra-source-files:
- README.md
ghc-options: -Wall
dependencies:
- base >=4.7 && <5.0
- transformers >=0.4.0.0
- mtl >=2.2.1
- unordered-containers
- containers >=0.5.0.0 && <0.8
- aeson >=1.0 && <3.0
- bytestring >=0.10.0 && <0.11
- http-types >=0.8 && <0.13
- http-client >=0.5 && <0.8
- http-client-tls
- http-api-data >= 0.3.4 && <0.5
- http-media >= 0.4
- text >=0.11 && <1.3
- time
- vector >=0.10.9 && <0.13
- case-insensitive
- openapi-petstore
- microlens >= 0.4.3
executables:
openapi-petstore-app:
main: Main.hs