servant-client 0.6 → 0.6.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Servant.Client: type ClientM = ExceptT ServantError IO
Files
- servant-client.cabal +1/−1
- src/Servant/Client.hs +1/−0
servant-client.cabal view
@@ -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
src/Servant/Client.hs view
@@ -19,6 +19,7 @@ , AuthenticateReq(..) , client , HasClient(..)+ , ClientM , mkAuthenticateReq , ServantError(..) , module Servant.Common.BaseUrl