packages feed

warp-grpc-0.1.0.3: warp-grpc.cabal

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

name:           warp-grpc
version:        0.1.0.3
synopsis:       A minimal gRPC server on top of Warp.
description:    Please see the README on Github at <https://github.com/lucasdicioccio/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:
      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-grpc-types >=0.3 && <0.4
    , proto-lens >=0.3 && <0.4
    , wai >=3.2 && <3.3
    , warp >=3.2.24 && <3.3
    , warp-tls >=3.2 && <3.3
  default-language: Haskell2010