servant-mock icon indicating copy to clipboard operation
servant-mock copied to clipboard

Derive a mock server for free from your servant API types

Results 8 servant-mock issues
Sort by recently updated
recently updated
newest added

Since version 0.19.1, `servant-server` requires the type `a` in combinator `Capture foo a` to be `Typeable`. This commit adds the constraint in `HasMock` for `Capture'` and `CaptureAll`

Follow-up to #27. I'm not sure what the next version number should be, https://github.com/haskell-servant/servant-mock/commit/7f356f7108e4b35b148bfc3a5a2f67edd5cfc2a1 bumped it to `0.9.7` which doesn't look quite right. `0.9` or `0.8.8`? There's only addition of...

Hi @alpmestan I'm trying to build this with a newer GHC ( 9.2.5 ) with stackage with resolver == lts-20.4 and it seems to fail. The following errors show up...

The Haddock documentation for [`Servant.Mock`][servant-mock-module] gives example code similar to what's found in `example/main.hs`, but with the most recent version of the package (0.8.7), the code in the Haddock documentation...

depends on https://github.com/haskell-servant/servant/pull/1314

_From @RocketPuppy on September 6, 2016 0:53_ While working on generating a mock server of my API (which is really cool now that I have it working), I ran into...