1transformers-compat 2=================== 3 4[![Hackage](https://img.shields.io/hackage/v/transformers-compat.svg)](https://hackage.haskell.org/package/transformers-compat) [![Build Status](https://github.com/ekmett/transformers-compat/workflows/Haskell-CI/badge.svg)](https://github.com/ekmett/transformers-compat/actions?query=workflow%3AHaskell-CI) 5 6This provides a thin compatibility shim on top of transformers-0.2 to add the types that were added in transformers-0.3. 7 8This enables users to maintain haskell-platform compatibility, while still gaining access ot the new functionality. 9 10Related packages 11---------------- 12The `writer-cps-transformers` package backports the 13`Control.Monad.Trans.{RWS,Writer}.CPS` modules that were introduced in 14`transformers-0.5.6.0`. There are also a variety of companion packages which 15backport orphan instances for these types. One example is `writer-cps-mtl`, 16which backports instances of type classes from the `mtl` library. 17 18Contact Information 19------------------- 20 21Contributions and bug reports are welcome! 22 23Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net. 24 25-Edward Kmett 26