- 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.17
- Support for servant-0.15
- Support for servant-0.13
- Support for servant-0.12
- Add
HasMock (Description d :> api)
andHasMock (Summary d :> api)
instances
- Add
- Support for servant-0.11
- Add
HasMock EmptyAPI
instance
- Add
- Support for servant-0.10
- Fix test with hspec-wai-0.8
- Fix tests compiling with servant-0.9