From 40bc0f2983f1449904c77ef226ace8df86a17e9c Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Tue, 22 May 2018 17:20:34 +0200 Subject: [PATCH 1/2] one more repository full of examples --- doc/examples.md | 5 +++++ 1 file changed, 5 insertions(+) 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)** From 9fb4b87ac4e7ae9247103fcfb00580ad70f2d3be Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Tue, 22 May 2018 17:21:47 +0200 Subject: [PATCH 2/2] Update examples.md --- doc/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples.md b/doc/examples.md index 8adb8960..3cba5ecf 100644 --- a/doc/examples.md +++ b/doc/examples.md @@ -9,7 +9,7 @@ - **[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 no explanations, for developers who 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)**