packages feed

warp-grpc-0.1.0.2: warp-grpc.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: cbdbea712bc540cca84b17d953a1acbd8a15b3d7dbc97332893fd84b75b9a574

name:           warp-grpc
version:        0.1.0.2
synopsis:       A minimal gRPC server on top of Warp.
description:    Please see the README on Github at <https://github.com/githubuser/warp-grpc#readme>
category:       Networking
homepage:       https://github.com/lucasdicioccio/warp-grpc#readme
bug-reports:    https://github.com/lucasdicioccio/warp-grpc/issues
author:         Lucas DiCioccio
maintainer:     lucas@dicioccio.fr
copyright:      2017 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/warp-grpc

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
  build-depends:
      base >=4.7 && <5
    , binary
    , bytestring
    , case-insensitive
    , http-types
    , http2-grpc-types >=0.2
    , proto-lens
    , wai
    , warp >=3.2.24 && <3.3
    , warp-tls
  default-language: Haskell2010