packages feed

grpc-etcd-client-0.1.0.0: grpc-etcd-client.cabal

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

name:           grpc-etcd-client
version:        0.1.0.0
synopsis:       gRPC client for etcd
description:    Please see the README on GitHub at <https://github.com/lucasdicioccio/grpc-etcd-client#readme>
category:       Distributed Computing
homepage:       https://github.com/lucasdicioccio/grpc-etcd-client#readme
bug-reports:    https://github.com/lucasdicioccio/grpc-etcd-client/issues
author:         Lucas DiCioccio
maintainer:     lucas@dicioccio.fr
copyright:      2018 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/grpc-etcd-client

library
  exposed-modules:
      Network.EtcdV3
  other-modules:
      Paths_grpc_etcd_client
  hs-source-dirs:
      src
  default-extensions: DataKinds OverloadedStrings
  build-depends:
      base >=4.7 && <5
    , bytestring
    , data-default-class
    , grpc-api-etcd ==0.1.0.0
    , http2-client
    , http2-client-grpc >=0.5 && <0.6
    , lens
    , network
    , proto-lens
    , proto-lens-protoc
  default-language: Haskell2010