-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 8efcb911f721906dd0ee653337e980b0266f19252c57128f28973006f8bdd00e name: warp-grpc version: 0.1.0.1 synopsis: A minimal gRPC server on top of Warp. description: Please see the README on Github at 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