I'd be open to including it. I've been working with Snoyman on it off and on, and it is pretty stable. 

Frankly, I've been on a quest to eradicate MonadCatchIO-transformers dependencies from my code ever since it added monads-tf support, as it drags in conflicts for the mtl and drives up random user complaints I receive.

Sent from my iPad

On Mar 31, 2014, at 11:34 AM, Mark Lentczner <mark.lentczner@gmail.com> wrote:


On Mon, Mar 31, 2014 at 8:18 AM, Edward Kmett <ekmett@gmail.com> wrote:
mtl should bump to 2.1.3.1

Noted.

Should we be considering exceptions ready for the platform?
The package cgi is in a bind as it uses mtl, and now uses MonadCatchIO-mtl.... but I'm assuming that exceptions would satisfy its needs, and is a more likely the way forward.