Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.12.1 source code.tar.gz | 2022-11-17 | 69.2 kB | |
0.12.1 source code.zip | 2022-11-17 | 82.9 kB | |
README.md | 2022-11-17 | 390 Bytes | |
Totals: 3 Items | 152.5 kB | 3 |
- Fix CPP bug that prevented tests from building on Windows.
- Allow building with
transformers-0.6.*
andmtl-2.3.*
. Because theMonadTrans 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 theMonad
instance.