diff --git a/doc/examples.md b/doc/examples.md index faff6993..8adb8960 100644 --- a/doc/examples.md +++ b/doc/examples.md @@ -6,6 +6,11 @@ including a test-suite using [**hspec**](http://hspec.github.io/) and **servant-client**. +- **[servant-examples](https://github.com/sras/servant-examples)**: + + Similar to [the cookbook](https://haskell-servant.readthedocs.io/en/latest/cookbook/index.html) but + with no explanations, for developers just want to look at code examples to find out how to do X or Y + with servant. - **[stack-templates](https://github.com/commercialhaskell/stack-templates)**