cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 55c756b55c80ecf8c0e187e1f0b8ec7ff8d54ad1ad8f84a823599f9c2ea01582
name: http2-grpc-proto-lens
version: 0.1.0.0
synopsis: Encoders based on `proto-lens` for gRPC over HTTP2.
description: Please see the README on GitHub at <https://github.com/haskell-grpc-native/http2-grpc-haskell/blob/master/http2-grpc-proto-lens/README.md>
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.11 && <5
, binary >=0.8.5 && <0.11
, bytestring >=0.10.8 && <0.11
, case-insensitive >=1.2.0 && <1.3
, http2-grpc-types
, proto-lens >=0.5 && <0.7
, zlib >=0.6.2 && <0.7
default-language: Haskell2010