servant-rawm-client 1.0.0.1 → 1.0.0.2
raw patch · 3 files changed
+9/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- servant-rawm-client.cabal +1/−1
- src/Servant/RawM/Client.hs +2/−1
CHANGELOG.md view
@@ -1,3 +1,9 @@+## 1.0.0.2++* Change imports so this works with >= 0.18.1.+ [#20](https://github.com/cdepillabout/servant-rawm/pull/20)+ Thanks [@jhrcek](https://github.com/jhrcek)!+ ## 1.0.0.1 * Bump the version lower bound of servant-rawm to 1.0
servant-rawm-client.cabal view
@@ -1,5 +1,5 @@ name: servant-rawm-client-version: 1.0.0.1+version: 1.0.0.2 synopsis: The client implementation of servant-rawm. description: Please see <https://github.com/cdepillabout/servant-rawm#readme README.md>. homepage: https://github.com/cdepillabout/servant-rawm
src/Servant/RawM/Client.hs view
@@ -28,7 +28,8 @@ import Data.Proxy (Proxy (Proxy)) import Servant.Client.Core (Client, HasClient (clientWithRoute, hoistClientMonad),- Request, Response, RunClient, runRequest)+ Request, Response, RunClient)+import Servant.Client.Core.RunClient (runRequest) import Servant.RawM -- | Creates a client route like the following: