Skip to content

Commit

Permalink
Update from Hackage at 2021-03-05T19:31:55Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 5, 2021
1 parent 4b78f86 commit dcb96a1
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 0 deletions.
112 changes: 112 additions & 0 deletions ory-hydra-client/1.9.2/ory-hydra-client.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
name: ory-hydra-client
version: 1.9.2
synopsis: Auto-generated ory-hydra API Client
description: .
Client library for calling the ORY Hydra API based on http-client.
.
host: localhost
.
base path: http://localhost
.
ORY Hydra API version: 1.9.2
.
OpenAPI version: 3.0.1
.
category: Web, OAuth, Network
homepage: https://github.com/lykahb/ory-hydra
author: Boris Lykah
maintainer: lykahb@gmail.com
copyright: 2021 - Boris Lykah, Mercury
license: MIT
license-file: LICENSE
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.7
, http-client-tls
, http-media >= 0.4 && < 0.9
, 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 && <3.9
, random >=1.1
, safe-exceptions <0.2
, text >=0.11 && <1.3
, time >=1.5
, transformers >=0.4.0.0
, unordered-containers
, vector >=0.10.9 && <0.13
other-modules:
Paths_ory_hydra_client
exposed-modules:
ORYHydra
ORYHydra.API.Admin
ORYHydra.API.Public
ORYHydra.Client
ORYHydra.Core
ORYHydra.Logging
ORYHydra.MimeTypes
ORYHydra.Model
ORYHydra.ModelLens
default-language: Haskell2010

if flag(UseKatip)
build-depends: katip >=0.8 && < 1.0
other-modules: ORYHydra.LoggingKatip
cpp-options: -DUSE_KATIP
else
build-depends: monad-logger >=0.3 && <0.4
other-modules: ORYHydra.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:
ory-hydra-client
, 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 ory-hydra-client/1.9.2/ory-hydra-client.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"f71f12fff333cd5356bdc399830818fd","Skein512_512":"fb02ce62176eb6879600bf7fa5deb51a60e2bd1c00eb7ed18bb251736d73a2a425584bfed47e3c18c3702d09af078e00038eadb4fce7bc220a54cc5d47f83923","SHA1":"e916e3c5c504265aa1e032f8243802e20e79e3f3","SHA512":"191c26b950ec58488d54143801f7fef5e1da317c1a3e0abdd4cdd38940d5a65044e36949b38965263db51ec6c9806047a05023373ce9ca522d171970be64f421","SHA256":"2421982310a1163d5137555c5528d71682d9eb4a3ac60c7f2d868040fb49287c"},"package-locations":["https://hackage.haskell.org/package/ory-hydra-client-1.9.2/ory-hydra-client-1.9.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/ory-hydra-client-1.9.2.tar.gz"],"package-size":83812}

0 comments on commit dcb96a1

Please sign in to comment.