Point people interested in combining with transformers to freer-extra

Also freer-extra has more goodies and is worth mentioning.
This commit is contained in:
Matej Kollar 2017-03-03 17:47:06 +01:00 committed by Peter Trško
parent 3f911ac627
commit 82fa5bd624

View File

@ -98,6 +98,12 @@ runConsolePure inputs req =
go (_, os) ExitSuccess _ = pure ([], os)
```
# Combining with Transformers
You already have some [`mtl`](http://hackage.haskell.org/package/mtl) code and
are afraid that combining effects with your current tranformer stack would not
be possible? Package [`freer-extras`](https://github.com/trskop/freer-extra)
has some `mtl`-related and other goodies.
# Contributing