-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6fea17114fd9c6684b39bf40b59d52a036cf2cd144e6590d71fd033a6d3cd865
name: http2-grpc-types
version: 0.4.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.11 && <5
, binary >=0.8.5 && <0.11
, bytestring >=0.10.8 && <0.11
, case-insensitive >=1.2.0 && <1.3
, proto-lens >=0.5 && <0.6
, zlib >=0.6.2 && <0.7
default-language: Haskell2010