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

name:           grpc-etcd-client
version:        0.1.1.0
synopsis:       gRPC client for etcd
description:    Please see the README on GitHub at <https://github.com/lucasdicioccio/etcd-grpc#readme>
category:       Distributed Computing
homepage:       https://github.com/lucasdicioccio/etcd-grpc#readme
bug-reports:    https://github.com/lucasdicioccio/etcd-grpc/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/etcd-grpc

library
  exposed-modules:
      Network.EtcdV3
  other-modules:
      Paths_grpc_etcd_client
  hs-source-dirs:
      src
  default-extensions: DataKinds OverloadedStrings
  build-depends:
      base >=4.11 && <5
    , bytestring >=0.10 && <0.11
    , data-default-class >=0.1 && <0.2
    , grpc-api-etcd ==0.1.0.1
    , http2-client >=0.8 && <0.9
    , http2-client-grpc >=0.5.0.2 && <0.6
    , lens >=4.16 && <4.17
    , network >=2.6 && <2.7
    , proto-lens >=0.3 && <0.4
    , proto-lens-protoc >=0.3 && <0.4
  default-language: Haskell2010