diff --git a/servant-client.cabal b/servant-client.cabal
--- a/servant-client.cabal
+++ b/servant-client.cabal
@@ -1,5 +1,5 @@
 name:                servant-client
-version:             0.6
+version:             0.6.1
 synopsis: automatical derivation of querying functions for servant webservices
 description:
   This library lets you derive automatically Haskell functions that
diff --git a/src/Servant/Client.hs b/src/Servant/Client.hs
--- a/src/Servant/Client.hs
+++ b/src/Servant/Client.hs
@@ -19,6 +19,7 @@
   , AuthenticateReq(..)
   , client
   , HasClient(..)
+  , ClientM
   , mkAuthenticateReq
   , ServantError(..)
   , module Servant.Common.BaseUrl
