fixed formatting
This commit is contained in:
parent
69239393ad
commit
292d49408a
1 changed files with 4 additions and 2 deletions
|
@ -12,6 +12,8 @@
|
||||||
Repository for templates for haskell projects, including some templates using
|
Repository for templates for haskell projects, including some templates using
|
||||||
**servant**. These templates can be used with `stack new`.
|
**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.
|
||||||
|
|
Loading…
Reference in a new issue