- Fix CPP bug that prevented tests from building on Windows.
- Allow building with
transformers-0.6.*
andmtl-2.3.*
. Because the
MonadTrans t
class gained aforall m. Monad m => Monad (t m)
superclass
intransformers-0.6.0.0
, theMonadTrans
andMonadTransControl
instances
forActionT e
now have aScottyError e
instance context to match the
Monad
instance.