Jon Schoning d928617b69 [haskell-http-client] use katip logger, default strict (#6478)
* change strictFields cli option default to True;

* use katip logging; add cli-option for monad-logger

* fix date parsing

* remove package.yaml
2017-09-19 01:24:38 +08:00

60 lines
1.6 KiB
Plaintext

-- This file has been generated from package.yaml by hpack version 0.17.1.
--
-- see: https://github.com/sol/hpack
name: swagger-petstore-tests-integration
version: 0.1.0.0
synopsis: integration tests for auto-generated swagger-petstore API Client
description: integration tests for auto-generated swagger-petstore API 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
test-suite tests
type: exitcode-stdio-1.0
main-is: Test.hs
hs-source-dirs:
tests
ghc-options: -Wall -fno-warn-orphans
build-depends:
base >=4.7 && <5.0
, transformers >=0.4.0.0
, mtl >=2.2.1
, unordered-containers
, containers >=0.5.0.0 && <0.6
, aeson >=1.0 && <2.0
, bytestring >=0.10.0 && <0.11
, http-types >=0.8 && <0.10
, http-client >=0.5 && <0.6
, http-client-tls
, http-api-data >= 0.3.4 && <0.4
, http-media >= 0.4 && < 0.8
, text >=0.11 && <1.3
, time >=1.5 && <1.9
, vector >=0.10.9 && <0.13
, exceptions >= 0.4
, case-insensitive
, safe-exceptions <0.2
, microlens >= 0.4.3 && <0.5
, swagger-petstore
, swagger-petstore
, bytestring >=0.10.0 && <0.11
, containers
, hspec >=1.8
, HUnit > 1.5.0
, text
, time
, iso8601-time
, aeson
, semigroups
, QuickCheck
default-language: Haskell2010