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

name:           warp-grpc
version:        0.1.0.0
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

executable warp-grpc-exe
  main-is: Main.hs
  other-modules:
      Proto.Protos.Grpcbin
      Proto.Protos.Grpcbin_Fields
  hs-source-dirs:
      app
      gen
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , binary
    , bytestring
    , case-insensitive
    , http-types
    , http2-grpc-types >=0.2
    , proto-lens
    , proto-lens-protoc
    , wai
    , warp >=3.2.24 && <3.3
    , warp-grpc
    , warp-tls
  default-language: Haskell2010

test-suite warp-grpc-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_warp_grpc
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  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-grpc
    , warp-tls
  default-language: Haskell2010