-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: b69cc858a2d802606efae0a96ca6853e07cf06e31173a75330bb02c6f7ee5e1d
name: http2-grpc-types
version: 0.2.0.0
synopsis: Types for gRPC over HTTP2 common for client and servers.
description: Please see the README on GitHub at <https://github.com/lucasdicioccio/http2-grpc-types#readme>
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