From 69239393adecf21b631978271ea9d5e9584a0368 Mon Sep 17 00:00:00 2001 From: Ruben Moor Date: Wed, 20 Apr 2016 15:53:55 +0200 Subject: [PATCH] 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.