The latest version of servant is 0.20.2-0.

servant

Version 0.1 revision 4 uploaded by AdamBergmark.

Package meta

Synopsis
A library to generate REST-style webservices on top of scotty, handling all the boilerplate for you
Description

An abstraction for Resources that can support any number of operations, which will be tagged at the type-level.

This package however does provide standard REST-y operations (Servant.Prelude.Add, Servant.Prelude.Delete, Servant.Prelude.ListAll , Servant.Prelude.Update and Servant.Prelude.View) and lets you define your own.

You can then actually make a service out of a Servant.Resource.Resource description using any backend you like (we currently only provide a scotty backend in the servant-scotty package).

Head to the README for information and links to documentation.

Author
Alp Mestanogullari
Bug reports
n/a
Category
Web, Database
Copyright
2014 Zalora SEA
Homepage
http://github.com/zalora/servant
Maintainer
alp@zalora.com
Package URL
n/a
Stability
n/a

Components