Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more!
1,966
stars
2,703
commits
Haskell
primary language
Sep 8, 2026
updated

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 core 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 (#haskell-servant on libera.chat) or mailing list.
See CONTRIBUTING.md
master
git log --oneline v0.12.. | grep 'Merge pull request' is a good starting point (use correct previous release tag)release-0.13
masterservant-universe
git submodule foreach git checkout master and git submodule foreach git pull to get newest of everything.cabal new-build --enable-tests all to verify that everything builds, and cabal new-test all to run tests
cabal.project to selectively allow-newerservant version too.servant-universe, you can use it as submodule in private projects to test even moregit tag -s the releasegit push --tagscabal sdist and cabal uploadWe develop and maintain the servant TFB entry in https://github.com/haskell-servant/FrameworkBenchmarks/
To verify (i.e. compile and test that it works)
./tfb --mode verify --test servant servant-beam servant-psql-simple --type json plaintext db fortune
To compare with warp
./tfb --mode benchmark --test warp servant servant-beam servant-psql-simple --type json plaintext db fortune
To compare with reitit (Clojure framework)
./tfb --mode benchmark --test reitit reitit-async reitit-jdbc servant servant-beam servant-psql-simple --type json plaintext db fortune
You can see the visualised results at https://www.techempower.com/benchmarks/#section=test
A developer flake.nix file is provided in the root directory.
Default shell will provide you with tools and dependencies needed to build servant packages.
$ nix develop
For the tutorial and the cookbook you can use tutorial shell.
$ nix develop '#tutorial'
You can also choose a different GHC version.
$ nix develop '#ghc96'
(top 30 of 238)
Haskell
98.6%
Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more!
1,966
stars
2,703
commits
Haskell
primary language
Sep 8, 2026
updated

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 core 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 (#haskell-servant on libera.chat) or mailing list.
See CONTRIBUTING.md
master
git log --oneline v0.12.. | grep 'Merge pull request' is a good starting point (use correct previous release tag)release-0.13
masterservant-universe
git submodule foreach git checkout master and git submodule foreach git pull to get newest of everything.cabal new-build --enable-tests all to verify that everything builds, and cabal new-test all to run tests
cabal.project to selectively allow-newerservant version too.servant-universe, you can use it as submodule in private projects to test even moregit tag -s the releasegit push --tagscabal sdist and cabal uploadWe develop and maintain the servant TFB entry in https://github.com/haskell-servant/FrameworkBenchmarks/
To verify (i.e. compile and test that it works)
./tfb --mode verify --test servant servant-beam servant-psql-simple --type json plaintext db fortune
To compare with warp
./tfb --mode benchmark --test warp servant servant-beam servant-psql-simple --type json plaintext db fortune
To compare with reitit (Clojure framework)
./tfb --mode benchmark --test reitit reitit-async reitit-jdbc servant servant-beam servant-psql-simple --type json plaintext db fortune
You can see the visualised results at https://www.techempower.com/benchmarks/#section=test
A developer flake.nix file is provided in the root directory.
Default shell will provide you with tools and dependencies needed to build servant packages.
$ nix develop
For the tutorial and the cookbook you can use tutorial shell.
$ nix develop '#tutorial'
You can also choose a different GHC version.
$ nix develop '#ghc96'
(top 30 of 238)
Haskell
98.6%