Blame README.markdown

Packit 79e7ae
transformers-compat
Packit 79e7ae
===================
Packit 79e7ae
Packit 79e7ae
[![Hackage](https://img.shields.io/hackage/v/transformers-compat.svg)](https://hackage.haskell.org/package/transformers-compat) [![Build Status](https://secure.travis-ci.org/ekmett/transformers-compat.png?branch=master)](http://travis-ci.org/ekmett/transformers-compat)
Packit 79e7ae
Packit 79e7ae
This provides a thin compatibility shim on top of transformers-0.2 to add the types that were added in transformers-0.3.
Packit 79e7ae
Packit 79e7ae
This enables users to maintain haskell-platform compatibility, while still gaining access ot the new functionality.
Packit 79e7ae
Packit 79e7ae
Contact Information
Packit 79e7ae
-------------------
Packit 79e7ae
Packit 79e7ae
Contributions and bug reports are welcome!
Packit 79e7ae
Packit 79e7ae
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
Packit 79e7ae
Packit 79e7ae
-Edward Kmett