-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 1637fc4fd7ba4a0e9a44eb9e134093e35f8bcd5548e8997d635cbfb834599852 name: servant-http2-client version: 0.1.0.0 synopsis: Generate HTTP2 clients from Servant API descriptions. description: Please see the README on GitHub at category: Web homepage: https://github.com/lucasdicioccio/servant-http2-client#readme bug-reports: https://github.com/lucasdicioccio/servant-http2-client/issues author: Lucas DiCioccio maintainer: lucas@dicioccio.fr copyright: 2018 Lucas DiCioccio license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/lucasdicioccio/servant-http2-client library exposed-modules: Network.HTTP2.Client.Servant other-modules: Paths_servant_http2_client hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , binary , bytestring , case-insensitive , containers , exceptions , http-media , http-types , http2 , http2-client , mtl , servant-client-core , text , transformers default-language: Haskell2010 test-suite servant-http2-client-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_servant_http2_client hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , async , base >=4.7 && <5 , binary , bytestring , case-insensitive , containers , data-default-class , exceptions , http-media , http-types , http2 , http2-client , mtl , servant , servant-client-core , servant-http2-client , text , tls , transformers default-language: Haskell2010