Update examples.md

This commit is contained in:
Ruben Moor 2016-04-20 15:53:55 +02:00
parent 555038cbf4
commit 69239393ad

View File

@ -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.