Merge pull request #479 from rubenmoor/patch-1

Update examples.md: diener-monad
This commit is contained in:
Arian van Putten 2016-04-29 11:24:01 +02:00
commit fd26721feb

View File

@ -11,3 +11,9 @@
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 monad (for database connections).
A full usage example of servant/diener is also provided.