servant-server 0.4.4 → 0.4.4.1
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- README.md +3/−3
- servant-server.cabal +1/−1
README.md view
@@ -4,13 +4,13 @@ This library lets you *implement* an HTTP server with handlers for each endpoint of a servant API, handling most of the boilerplate for you. -## Getting started+## Tutorial -We've written a [Getting Started](http://haskell-servant.github.io/getting-started/) guide that introduces the core types and features of servant. After this article, you should be able to write your first servant webservices, learning the rest from the haddocks' examples.+We've written a [tutorial](http://haskell-servant.github.io/tutorial/) that introduces the core types and features of servant. ## Repositories and Haddocks -- The core [servant](http://github.com/haskell-servant) package - [docs](http://hackage.haskell.org/package/servant)+- The core [servant](http://github.com/haskell-servant/servant/tree/master/servant) package - [docs](http://hackage.haskell.org/package/servant) - Implementing an HTTP server for a webservice API with [servant-server](http://github.com/haskell-servant/servant/tree/master/servant-server) - [docs](http://hackage.haskell.org/package/servant-server) - (Haskell) client-side function generation with [servant-client](http://github.com/haskell-servant/servant/tree/master/servant-client) - [docs](http://hackage.haskell.org/package/servant-client) - (Javascript) client-side function generation with [servant-jquery](http://github.com/haskell-servant/servant/tree/master/servant-jquery) - [docs](http://hackage.haskell.org/package/servant-jquery)
servant-server.cabal view
@@ -1,5 +1,5 @@ name: servant-server-version: 0.4.4+version: 0.4.4.1 synopsis: A family of combinators for defining webservices APIs and serving them description: A family of combinators for defining webservices APIs and serving them