diff --git a/grpc-etcd-client.cabal b/grpc-etcd-client.cabal
--- a/grpc-etcd-client.cabal
+++ b/grpc-etcd-client.cabal
@@ -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:
diff --git a/src/Network/EtcdV3.hs b/src/Network/EtcdV3.hs
--- a/src/Network/EtcdV3.hs
+++ b/src/Network/EtcdV3.hs
@@ -12,6 +12,7 @@
     , rangeResponsePairs
     -- * Granting leases.
     , grantLease
+    , GrantedLease
     , fromLeaseGrantResponse
     , keepAlive
     -- * Writing.
