cabal-version: 1.12 name: http2-grpc-proto-lens version: 0.1.1.0 synopsis: Encoders based on `proto-lens` for gRPC over HTTP2. description: Please see the README on GitHub at category: Network homepage: https://github.com/haskell-grpc-native/http2-grpc-haskell#readme bug-reports: https://github.com/haskell-grpc-native/http2-grpc-haskell/issues author: Lucas DiCioccio, Alejandro Serrano maintainer: lucas@dicioccio.fr copyright: 2018, 2019 Lucas DiCioccio, Alejandro Serrano license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/haskell-grpc-native/http2-grpc-haskell library exposed-modules: Network.GRPC.HTTP2.ProtoLens other-modules: Paths_http2_grpc_proto_lens hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.10 && <5 , binary >=0.8.5 && <0.11 , bytestring >=0.10.8 && <0.12 , case-insensitive >=1.2.0 && <1.3 , http2-grpc-types , proto-lens >=0.5 && <0.8 , zlib >=0.6.2 && <0.7 default-language: Haskell2010