Skip to content

Commit

Permalink
Update from Hackage at 2019-03-02T01:17:59Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 2, 2019
1 parent e53637c commit 685d687
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 0 deletions.
116 changes: 116 additions & 0 deletions openapi-petstore/0.0.4.0/openapi-petstore.cabal
@@ -0,0 +1,116 @@
name: openapi-petstore
version: 0.0.4.0
synopsis: Auto-generated openapi-petstore API Client
description: .
Client library for calling the OpenAPI Petstore API based on http-client.
.
host: petstore.swagger.io
.
base path: http://petstore.swagger.io:80/v2
.
OpenAPI Petstore API version: 1.0.0
.
OpenAPI version: 3.0.1
.
category: Web
homepage: https://openapi-generator.tech
author: Author Name Here
maintainer: author.name@email.com
copyright: YEAR - AUTHOR
license: MIT
build-type: Simple
cabal-version: >= 1.10

extra-source-files:
README.md
openapi.yaml

Flag UseKatip
Description: Use the katip package to provide logging (if false, use the default monad-logger package)
Default: True
Manual: True

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.8
, deepseq >= 1.4 && <1.6
, exceptions >= 0.4
, http-api-data >= 0.3.4 && <0.5
, http-client >=0.5 && <0.6
, http-client-tls
, http-media >= 0.4 && < 0.8
, http-types >=0.8 && <0.13
, iso8601-time >=0.1.3 && <0.2.0
, microlens >= 0.4.3 && <0.5
, mtl >=2.2.1
, network >=2.6.2 && <2.9
, random >=1.1
, safe-exceptions <0.2
, text >=0.11 && <1.3
, time >=1.5 && <1.10
, transformers >=0.4.0.0
, unordered-containers
, vector >=0.10.9 && <0.13
other-modules:
Paths_openapi_petstore
exposed-modules:
OpenAPIPetstore
OpenAPIPetstore.API
OpenAPIPetstore.API.AnotherFake
OpenAPIPetstore.API.Fake
OpenAPIPetstore.API.FakeClassnameTags123
OpenAPIPetstore.API.Pet
OpenAPIPetstore.API.Store
OpenAPIPetstore.API.User
OpenAPIPetstore.Client
OpenAPIPetstore.Core
OpenAPIPetstore.Logging
OpenAPIPetstore.MimeTypes
OpenAPIPetstore.Model
OpenAPIPetstore.ModelLens
default-language: Haskell2010

if flag(UseKatip)
build-depends: katip >=0.6 && < 1.0
other-modules: OpenAPIPetstore.LoggingKatip
cpp-options: -DUSE_KATIP
else
build-depends: monad-logger >=0.3 && <0.4
other-modules: OpenAPIPetstore.LoggingMonadLogger
cpp-options: -DUSE_MONAD_LOGGER

test-suite tests
type: exitcode-stdio-1.0
main-is: Test.hs
hs-source-dirs:
tests
ghc-options: -Wall -fno-warn-orphans
build-depends:
openapi-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
1 change: 1 addition & 0 deletions openapi-petstore/0.0.4.0/openapi-petstore.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"97188cdd3e674edd4e797bf825b18f1f","Skein512_512":"81c901e6ac1e14ef0b27149f99cb602fc65947e1403a06ee3617f73802f10b329c308041381379d2bba689d7df6317d65b456fa0c0b7f84b6bb239fb01af3d6f","SHA1":"c0475f4b485d23e0c2a44a6e377fb4229dab8992","SHA512":"e091b6997c529151f9fa9e67359d7fc370c27539fdf4e63e622b543bab4c91bef55f02ef99c60b903a496ec937014cf5d14379cc6bfc05b619b8106ee2233325","SHA256":"b106c668c389c2db4a3d42db6568e6a3c4d5828760e4384e8f7a003cd7fc1946"},"package-locations":["https://hackage.haskell.org/package/openapi-petstore-0.0.4.0/openapi-petstore-0.0.4.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/openapi-petstore-0.0.4.0.tar.gz"],"package-size":46476}

0 comments on commit 685d687

Please sign in to comment.