cabal-version: 2.2
name: proto-lens-etcd
version: 0.1.0
synopsis:
proto-lens-etcd - protobuffer lenses for etcd provided by protoc-lens-protoc
author: IOG
copyright: 2025 IOG
license: Apache-2.0
license-files:
LICENSE
NOTICE
extra-source-files:
CHANGELOG.md
README.md
extra-source-files:
proto/etcd/api/authpb/auth.proto
proto/etcd/api/etcdserverpb/rpc.proto
proto/etcd/api/mvccpb/kv.proto
proto/etcd/api/versionpb/version.proto
proto/gogoproto/gogo.proto
proto/google/api/annotations.proto
proto/google/api/http.proto
proto/protoc-gen-openapiv2/options/annotations.proto
proto/protoc-gen-openapiv2/options/openapiv2.proto
custom-setup
setup-depends:
, base >=4.14 && <5
, Cabal >=3.0 && <4
, proto-lens-setup >=0.4 && <0.5
common lang
build-depends: base >=4.14 && <5
default-language: GHC2021
ghc-options: -Wall
default-extensions:
DataKinds
LambdaCase
OverloadedLabels
OverloadedStrings
TypeFamilies
library
import: lang
hs-source-dirs: src
build-tool-depends: proto-lens-protoc:proto-lens-protoc
build-depends:
, proto-lens-protobuf-types >=0.7 && <0.8
, proto-lens-runtime >=0.7 && <0.8
exposed-modules: Proto.API.Etcd
other-modules:
Proto.Etcd.Api.Authpb.Auth
Proto.Etcd.Api.Etcdserverpb.Rpc
Proto.Etcd.Api.Mvccpb.Kv
Proto.Etcd.Api.Versionpb.Version
Proto.Gogoproto.Gogo
Proto.Google.Api.Annotations
Proto.Google.Api.Http
Proto.ProtocGenOpenapiv2.Options.Annotations
Proto.ProtocGenOpenapiv2.Options.Openapiv2
autogen-modules:
Proto.Etcd.Api.Authpb.Auth
Proto.Etcd.Api.Etcdserverpb.Rpc
Proto.Etcd.Api.Mvccpb.Kv
Proto.Etcd.Api.Versionpb.Version
Proto.Gogoproto.Gogo
Proto.Google.Api.Annotations
Proto.Google.Api.Http
Proto.ProtocGenOpenapiv2.Options.Annotations
Proto.ProtocGenOpenapiv2.Options.Openapiv2