forked from loafle/openapi-generator-original
57 lines
1.5 KiB
Plaintext
57 lines
1.5 KiB
Plaintext
-- This file has been generated from package.yaml by hpack version 0.28.2.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
--
|
|
-- hash: 57ad4f3a6a440d73d378f5bad716416c24560afac10b43279041e1c7c4eaf6ca
|
|
|
|
name: openapi-petstore-tests-integration
|
|
version: 0.1.0.0
|
|
synopsis: integration tests for auto-generated openapi-petstore API Client
|
|
description: integration tests for auto-generated openapi-petstore API Client
|
|
category: Web
|
|
homepage: https://openapi-generator.tech
|
|
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
|
|
|
|
test-suite tests
|
|
type: exitcode-stdio-1.0
|
|
main-is: Test.hs
|
|
hs-source-dirs:
|
|
tests
|
|
ghc-options: -Wall -fno-warn-orphans
|
|
build-depends:
|
|
HUnit >1.5.0
|
|
, QuickCheck
|
|
, aeson
|
|
, base >=4.7 && <5.0
|
|
, bytestring >=0.10.0 && <0.11
|
|
, case-insensitive
|
|
, containers
|
|
, exceptions >=0.4
|
|
, hspec >=1.8
|
|
, 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.10
|
|
, iso8601-time
|
|
, microlens >=0.4.3 && <0.5
|
|
, mtl >=2.2.1
|
|
, openapi-petstore
|
|
, safe-exceptions <0.2
|
|
, semigroups
|
|
, text
|
|
, time
|
|
, transformers >=0.4.0.0
|
|
, unordered-containers
|
|
, vector >=0.10.9 && <0.13
|
|
other-modules:
|
|
Paths_openapi_petstore_tests_integration
|
|
default-language: Haskell2010
|