Skip to content

0.12.1

Latest
Compare
Choose a tag to compare
@friedbrice friedbrice released this 17 Nov 23:31
· 67 commits to master since this release
ff4fa83
  • Fix CPP bug that prevented tests from building on Windows.
  • Allow building with transformers-0.6.* and mtl-2.3.*. Because the
    MonadTrans t class gained a forall m. Monad m => Monad (t m) superclass
    in transformers-0.6.0.0, the MonadTrans and MonadTransControl instances
    for ActionT e now have a ScottyError e instance context to match the
    Monad instance.