From 69239393adecf21b631978271ea9d5e9584a0368 Mon Sep 17 00:00:00 2001 From: Ruben Moor Date: Wed, 20 Apr 2016 15:53:55 +0200 Subject: [PATCH 1/3] Update examples.md --- doc/examples.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/examples.md b/doc/examples.md index c0de221c..f99e6d17 100644 --- a/doc/examples.md +++ b/doc/examples.md @@ -11,3 +11,7 @@ Repository for templates for haskell projects, including some templates using **servant**. These templates can be used with `stack new`. + +- ** [custom-monad](https://github.com/themoritz/diener)**: + + A custom monad that can replace `IO` in servant applications. It adds among other things logging functionality and a reader (for database conncetions). A full usage example of servant/diener is also provided. From 292d49408af8ffdb7385cd02068e8b9ad19bda10 Mon Sep 17 00:00:00 2001 From: Ruben Moor Date: Wed, 20 Apr 2016 16:04:51 +0200 Subject: [PATCH 2/3] fixed formatting --- doc/examples.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/examples.md b/doc/examples.md index f99e6d17..974dffe4 100644 --- a/doc/examples.md +++ b/doc/examples.md @@ -12,6 +12,8 @@ Repository for templates for haskell projects, including some templates using **servant**. These templates can be used with `stack new`. -- ** [custom-monad](https://github.com/themoritz/diener)**: +- **[custom-monad](https://github.com/themoritz/diener)**: - A custom monad that can replace `IO` in servant applications. It adds among other things logging functionality and a reader (for database conncetions). A full usage example of servant/diener is also provided. + A custom monad that can replace `IO` in servant applications. It adds among + other things logging functionality and a reader (for database conncetions). + A full usage example of servant/diener is also provided. From 07f10aaf5e4e226f3466864e7f271f20870b20cb Mon Sep 17 00:00:00 2001 From: Ruben Moor Date: Wed, 20 Apr 2016 16:07:02 +0200 Subject: [PATCH 3/3] typos --- doc/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples.md b/doc/examples.md index 974dffe4..b861ddc1 100644 --- a/doc/examples.md +++ b/doc/examples.md @@ -15,5 +15,5 @@ - **[custom-monad](https://github.com/themoritz/diener)**: A custom monad that can replace `IO` in servant applications. It adds among - other things logging functionality and a reader (for database conncetions). + other things logging functionality and a reader monad (for database connections). A full usage example of servant/diener is also provided.