Kevin Jardine <[email protected]> writes:

> As MonadIO was no longer being automatically derived without mtl, I
> added these lines:
>
> instance MonadIO MyMonad where
>     liftIO m = MyM (liftIO m)
>
> and this seems to have fixed the problem. I no longer need mtl and I
> can use Heist as needed!

Cool -- glad it's resolved. Feel free to swing by #snapframework on
freenode if you have this kind of question in the future, you're likely
to get a faster answer that way.

Thanks,
G
-- 
Gregory Collins <[email protected]>
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to