servant-mock v0.8.7 Release Notes
-
- 👌 Support for servant-0.18
- Hint for migration: if you get errors about
ambiguous type variable ‘context0’ arising from a use of ‘mock’
, try callingmock
with explicit type information about the context:mock api (Proxy @'[])
, notmock api Proxy
.
- Hint for migration: if you get errors about
- 👌 Support for servant-0.18