warp-grpc-0.3.0.0: warp-grpc.cabal
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: 794fc7769141a0b3e1da1800fa7e22733da3750f11b1d80f2558372cf578b90e
name: warp-grpc
version: 0.3.0.0
synopsis: A minimal gRPC server on top of Warp.
description: Please see the README on Github at <https://github.com/haskell-grpc-native/http2-grpc-haskell/blob/master/warp-grpc/README.md>
category: Networking
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: 2017 - 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.Server
Network.GRPC.Server.Handlers
Network.GRPC.Server.Helpers
Network.GRPC.Server.Wai
other-modules:
Paths_warp_grpc
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
async >=2.2.1 && <3
, base >=4.10 && <5
, binary >=0.8.5 && <0.9
, bytestring >=0.10.8 && <0.11
, case-insensitive >=1.2.0 && <1.3
, http-types >=0.12 && <0.13
, http2 >=1.6 && <3
, http2-grpc-types >=0.5 && <0.6
, wai >=3.2 && <3.4
, warp >=3.2.23 && <3.4
, warp-tls >=3.2 && <3.4
default-language: Haskell2010