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

name:           grpc-api-etcd
version:        0.1.0.0
synopsis:       Generated messages and instances for etcd gRPC.
description:    Please see the README on GitHub at <https://github.com/lucasdicioccio/grpc-api-etcd#readme>
category:       GRPC
homepage:       https://github.com/lucasdicioccio/grpc-api-etcd#readme
bug-reports:    https://github.com/lucasdicioccio/grpc-api-etcd/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-api-etcd

library
  exposed-modules:
      Proto.Etcd.Auth.Authpb.Auth
      Proto.Etcd.Auth.Authpb.Auth_Fields
      Proto.Etcd.Etcdserver.Etcdserverpb.Rpc
      Proto.Etcd.Etcdserver.Etcdserverpb.Rpc_Fields
      Proto.Etcd.Mvcc.Mvccpb.Kv
      Proto.Etcd.Mvcc.Mvccpb.Kv_Fields
      Proto.Gogoproto.Gogo
      Proto.Gogoproto.Gogo_Fields
      Proto.Google.Api.Annotations
      Proto.Google.Api.Annotations_Fields
      Proto.Google.Api.Http
      Proto.Google.Api.Http_Fields
  other-modules:
      Paths_grpc_api_etcd
  hs-source-dirs:
      gen
  build-depends:
      base >=4.7 && <5
    , proto-lens >=0.3 && <0.4
    , proto-lens-protoc >=0.3 && <0.4
  default-language: Haskell2010