servant-mock

Derive a mock server for free from your servant API types

http://haskell-servant.readthedocs.org/

Version on this page:0.8.3@rev:2
LTS Haskell 16.31:0.8.5@rev:3
Stackage Nightly 2020-06-16:0.8.5@rev:3
Latest on Hackage:0.8.7

See all snapshots servant-mock appears in

BSD-3-Clause licensed by Servant Contributors
Maintained by [email protected]
This version can be pinned in stack with:servant-mock-0.8.3@sha256:b585c9aaf0fc3d1163a0ad1647ca34305d1aa5212de5de2b10d5a6194118b801,2241

Module documentation for 0.8.3

servant-mock - Derive a mock server for free from your servant API types

servant

Changes

0.3.3

  • Support for servant-0.12
    • Add HasMock (Description d :> api) and HasMock (Summary d :> api) instances

0.8.2

  • Support for servant-0.11
    • Add HasMock EmptyAPI instance

0.8.1.2

  • Support for servant-0.10
  • Fix test with hspec-wai-0.8

0.8.1.1

  • Fix tests compiling with servant-0.9