grpc-etcd-client 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+7/−6 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Network.EtcdV3: data GrantedLease
Files
- grpc-etcd-client.cabal +6/−6
- src/Network/EtcdV3.hs +1/−0
grpc-etcd-client.cabal view
@@ -2,15 +2,15 @@ -- -- see: https://github.com/sol/hpack ----- hash: 9f72b3a871af877169da36a4b0357d2ca7a2294a6ea8d5fa2d7729847c6517f3+-- hash: 1d9f9189c8c70a4bd052ee37baeeb5aa737942e526ae686d9b645e6816af3490 name: grpc-etcd-client-version: 0.1.0.0+version: 0.1.0.1 synopsis: gRPC client for etcd-description: Please see the README on GitHub at <https://github.com/lucasdicioccio/grpc-etcd-client#readme>+description: Please see the README on GitHub at <https://github.com/lucasdicioccio/etcd-grpc#readme> category: Distributed Computing-homepage: https://github.com/lucasdicioccio/grpc-etcd-client#readme-bug-reports: https://github.com/lucasdicioccio/grpc-etcd-client/issues+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@@ -24,7 +24,7 @@ source-repository head type: git- location: https://github.com/lucasdicioccio/grpc-etcd-client+ location: https://github.com/lucasdicioccio/etcd-grpc library exposed-modules:
src/Network/EtcdV3.hs view
@@ -12,6 +12,7 @@ , rangeResponsePairs -- * Granting leases. , grantLease+ , GrantedLease , fromLeaseGrantResponse , keepAlive -- * Writing.