servant-generate: Utilities for generating mock server implementations

[ bsd3, library, web ] [ Propose Tags ]

Utilities for generating mock server implementations

See the documentation of the Servant.Server.Generate module.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <4.12), servant (>=0.13 && <0.15), servant-server (>=0.13 && <0.15) [details]
License BSD-3-Clause
Copyright 2018 Alp Mestanogullari
Author Alp Mestanogullari
Maintainer alpmestan@gmail.com
Revised Revision 3 made by AlpMestanogullari at 2018-10-15T15:55:52Z
Category Web
Home page https://github.com/alpmestan/servant-generate
Bug tracker https://github.com/alpmestan/servant-generate
Source repo head: git clone https://github.com/alpmestan/servant-generate.git
Uploaded by AlpMestanogullari at 2018-03-22T00:09:15Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 713 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for servant-generate-0.1

[back to package description]

servant-generate

Utilities for generating "default" server implementations for servant APIs. This is a generalisation of servant-mock.

See the documentation in Servant.Server.Generate for examples and more.