warp-grpc-0.2.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: 5cc20b886f598a4b752f762493d70b24c9979d6893ffd1e239e260d1b36bd47b
name: warp-grpc
version: 0.2.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.11 && <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.3
, warp >=3.2.24 && <3.3
, warp-tls >=3.2 && <3.3
default-language: Haskell2010