-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: ac7deaf4e4e16246c07477c353a2f55ac558d8b90ae2a0682e21c1bfd613a057 name: http2-grpc-types version: 0.1.0.0 synopsis: Types for gRPC over HTTP2 common for client and servers. description: Please see the README on GitHub at category: Network homepage: https://github.com/lucasdicioccio/http2-grpc-types#readme bug-reports: https://github.com/lucasdicioccio/http2-grpc-types/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/http2-grpc-types library exposed-modules: Network.GRPC.HTTP2.Encoding Network.GRPC.HTTP2.Types other-modules: Paths_http2_grpc_types hs-source-dirs: src build-depends: base >=4.7 && <5 , binary >=0.8.5 && <0.11 , bytestring >=0.10.8 && <0.11 , proto-lens >=0.3.1 && <0.4 , zlib default-language: Haskell2010