896 B
896 B
The latest version of this document is on GitHub.
Changelog for servant
package contains significant entries for all core packages.
0.14
- Add a
hoistClientMonad
method to theHasClient
typeclass, for changing the monad in which client functions run. (#936)
0.13.0.1
- Support
base-compat-0.10
0.13
0.12
- First version. Factored out of
servant-client
all the functionality that was independent of thehttp-client
backend.