No description
Find a file
Alex Mason 6462804f52 Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates
# Conflicts:
#	servant-server/servant-server.cabal
#	servant-server/src/Servant/Server/Internal.hs
#	servant-server/test/Servant/ServerSpec.hs
#	servant/servant.cabal
#	servant/src/Servant/API.hs
2016-09-02 12:53:04 +10:00
doc Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00
scripts Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00
servant Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00
servant-client Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00
servant-docs Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00
servant-foreign Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00
servant-js Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00
servant-mock Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00
servant-server Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00
.gitignore Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00
.stylish-haskell.yaml Contributing 2015-08-17 23:50:42 +02:00
.travis.yml Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00
CONTRIBUTING.md Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00
HLint.hs Contributing 2015-08-17 23:50:42 +02:00
README.md Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00
servant.png Update READMEs 2015-04-20 15:48:37 +02:00
sources.txt Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00
stack-ghc-7.8.4.yaml Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00
stack-ghc-8.0.1.yaml Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00
stack.yaml Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates 2016-09-02 12:53:04 +10:00

servant - A Type-Level Web DSL

servant

Getting Started

We have a tutorial that introduces the core features of servant. After this article, you should be able to write your first servant webservices, learning the rest from the haddocks' examples.

The central documentation can be found here. Other blog posts, videos and slides can be found on the website.

If you need help, drop by the IRC channel (#servant on freenode) or mailing list.

Contributing

See CONTRIBUTING.md